戻る      test2.php     

<html>
<head>
<title>php sample 02</title>
</head>
<body>
<p>test2.html→test2.php</p>
<?php
echo"Welcome to php!";
?>

</dody>
</html>