我的第一個 PHP 網頁

Hello world
原始的程式碼如下↓↓↓PHP地獄來囉
<?php
	echo"Hello world";
?>