.htaccessに以下を記述してルートに設置
# Various rewrite rules.
<IfModule mod_rewrite.c>
RewriteEngine on
# Modify the RewriteBase if you are using Drupal in a subdirectory and
# the rewrite rules are n…
POSTで送信された複数のデータを取得する際に便利です。
$_POST[‘key’] のようにkey部分を手動で指定しなくても、利用可能になります。
extract($_POST);
これ便利! (/_・)/
graffiti on the web
この投稿へのコメント
コメントはまだありません。