.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…
foreachで、配列を展開する
foreach ($array as $key => $val) {
echo $key ;
echo $val;
}
graffiti on the web
この投稿へのコメント
コメントはまだありません。