Changes

Jump to: navigation, search

An Overview of PHP

12 bytes added, 17:14, 23 May 2007
How Does PHP Work?
<?php
echo '<h1>This line of HTML was generated by a PHP script embedded into an HTML document</h1>';
?>
<body>
<h1>This line of HTML was generated by a PHP script embedded into an HTML document</h1>
</body>

Navigation menu