PHP Image in Email
PHP Image in Email
Out of context: Reply #6
- Started
- Last post
- 7 Responses
- vaxorcist0
you can also use heredocs string syntax to avoid quotes and dots....
$message = <<<EOD
whatever $the_var is'nt it is <img src="http://www.me.com/hello.gif">
EOD;