I've been trying to put html in php by using the heredoc syntax. I all I get is a parse error. I am running PHP 4.
This is th code:
Thanks for your help.
This is th code:
Code:
echo <<<END
<font size="3" face="Verdana, Arial, Helvetica, sans-serif"><a href="mail.php">Mail</a>
.:. <a href="messages.php">Messages</a> .:. <a href="accounttools.php">Tools</a></font>
END;
Thanks for your help.