我的第一個 PHP 網頁

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