戻る      test31.php     

《php2_3 /test31.php》

<?php
print "<html>\n";
print "<body>\n";
print "Hello, <u><b> $hensuu </b></u>\n";
print "</body>\n";
print "</html>\n";
?>