hello PHP
開始 PHP
<?php
	echo "hello world<br />";
	echo "開始 PHP";
?>