我的第一個 PHP 網頁

hello world
<?php 
	//這是註解
	echo "hello world" 
?>