Escaping from HTML - php code block

Posted by David on May 14th, 2007 filed in PHP

There 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'; ?>

via

Related posts

Comments are closed.