我的第一個PHP網頁

hello world
<?php
	// 這是註解
	/* 大量註解   */
	echo "hello world";
?>