34,333
edits
Changes
→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>