How to I place HTML code (basic code) into a php variable I have various methods in cluding <<<EOD
coding problem HTML format in php variable
3
How to I place HTML code (basic code) into a php variable I have various methods in cluding
<<<EOD
<div>SOME HTML</div>
EOD;
but no luck it just types out the tags
It is for a email form auto response
I have googled it but cant find anything that works
My varibale is
$link = '<a href="#">click here</a>';
<<<EOD
<div>SOME HTML</div>
EOD;
but no luck it just types out the tags
It is for a email form auto response
I have googled it but cant find anything that works
My varibale is
$link = '<a href="#">click here</a>';
- Christian Little
- Valdor Kiebach
Next Topics on Trending Feed
-
3