参考元:http://www.enbridge.jp/blog/2007/08/17232951.php
[php] <?php
echo "処理を開始します。しばらくお待ちください...<br />n";
echo str_pad(" ",4096)."<br />n";
…
htmlファイルでphpを動かすための.htaccessファイルの設定
.htaccessファイル内に以下の行を記述します。
AddType application/x-httpd-php .htm .html
当然の前提条件として、htaccessの動作が許可されているサーバに限ります。
graffiti on the web
この投稿へのコメント
コメントはまだありません。