Hi All,
I am new to PHP and need help on below:
I have one text/html file that contains string to send emails to user, now that text/html file contains php variables also. i dont know how to replace those variables with actual values stored in a variables. For Ex.
txt file contains...
"Dear $username,
We have received your order..."
now when we do
echo $file_content
it displays $username instead of values
how to display actual value for this, please help on this.
Thanks in advance



Reply With Quote

Bookmarks