我的第一個 PHP 網頁
hello world
<?php //這是註解 /* 大量註解 */ echo "hello world"; ?>