web系

スポンサーリンク
web系

smarty 月のプルダウン

phpファイル $month=date('n'); $o_smarty->assign("month",$month); $o_smarty->display("monthtest.tpl"); テンプレートファイル ...
php

php require_once

他のphpを読み込む。 一回だけ。 include_onceとの違いは読み込み失敗時にエラーが発生する。 同様な処理にrequire_once、require、include_once、includeがある。 ...
スポンサーリンク
タイトルとURLをコピーしました