Simple PHP Enabled Page


Simple PHP Enabled Page 


<!DOCTYPE html>

<html>

 <head>


  <title> PHP Test </title>


 </head>


 <body>


       <?php echo '<p>Hello World</p>'?> 


 </body>


</html>

Post a Comment

0 Comments