Escaping from HTML - php code block
Posted by David on May 14th, 2007 filed in PHPThere are about 4 or five type of ways to put the php code into Webpage.
I prefer to use following format
<?php echo 'if you want to serve XHTML or XML documents, do like this'; ?>