簡単なPHPテスト方法

[PHP]

FileZilla が便利。


PHP動くサーバーに以下のPHPを置く。

hello.php

<html>
 <head>
  <title>PHP Test</title>
<meta charset="UTF-8">
 </head>
 <body>
 <?php 



echo '<p>Hello World</p>';



 ?> 
 </body>
</html>

FileZillaからサーバー上のファイルを編集していろいろ試す。