00001 <!-- PHP script can consist of pure HTML code without any PHP --> 00002 <html> 00003 <head> 00004 <title>Pure HTML type PHP</title> 00005 </head> 00006 <body> 00007 <h3>Mixing PHP and HTML</h3> 00008 00009 <ul> 00010 <li><a href="index.php">Pure HTML type PHP</a></li> 00011 <li><a href='01-pure_php.php'>Pure PHP</a></li> 00012 <li><a href='02-mixed_html_and_php.php'>Mixed HTML and PHP</a></li> 00013 </ul> 00014 This page was written on 25 October 2011 at 10:14:49 am. 00015 </body> 00016 </html>