test.php


<html>
 <head>
  <title>php動くの?</title>
 </head>
 <body>
 <?php echo '動いてるよ!'; ?> 
 </body>
</html>