htmlファイルでphpを動かすための.htaccessファイルの設定
.htaccessファイル内に以下の行を記述します。
AddType application/x-httpd-php .htm .html
当然の前提条件として、htaccessの動作が許可されているサーバに限ります。…
配列 $array_exampleの要素のなかで、空白のものを削除。
$array_example = array_filter($array_example, ‘strlen’);
graffiti on the web
この投稿へのコメント
コメントはまだありません。