我的第一個PHP網頁

hello world

原始的程式碼長這樣:

<?php
	echo "hello world";
?>