Wednesday, June 8, 2011

PHP: First Program

<html>
 <head>
    <title>PHP Test Page</title>
 </head>
 <body>
   <center><b>
   <?php 
     print "I like About";
     print "<br>";
     print "Billy said I like About too" 
   ?>
   </b></center>
 </body>
 </html>

No comments: