戻る      test34.php     

《php2_3 /test34.php》

<?php
print <<<EOD
<html>
<body>
Hello, <u><b> $hensuu </b></u>
</body>
</html>
EOD;
?>