basic-php-02-firstprog-rev03.php / php
<html> <head> <title>My First PHP Program</title> </head> <body> <?php echo "<h1>I'm a lumberjack.</h1>"; echo "<h2>And I'm okay.</h2>"; ?> </body> </html>
(C) Æliens 20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.