我的第一個PHP網頁

hello world
<?php
	echo "Hello PHP";
?>