回首頁

我的第一個 PHP 網頁

hello world

原始的程式碼長這樣:

<?php
	echo "hello world";
?>