ネチズンによって投稿されたこの php+ajax カスケード メニュー、私たちがよく言うのは、更新がないということです。
ネチズンによって投稿されたこの php+ajax カスケード メニュー、私たちがよく言うのは、更新がないということです。
header("Content-type: text/html;charset=GBK");//中国語の文字化けを避けるための出力エンコーディング
require_once(dirname(__FILE__)."/include/config_base.php");
require_once(dirname(__FILE__)."/include/inc_type.php");
require_once(dirname(__FILE__)."/include/inc_cache.php");
$fatherid="";
$fatherid=$_GET['fatherid'];
if(!empty($fatherid)){
if(!file_exists('/cache/sun_'.$fatherid.'_cache.txt')){
$ty = 新しいタイプ(0);
$typeOptions = $ty->GetSmallOption($fatherid);
if(!empty($typeOptions)){
cache_write('/cache/sun_'.$fatherid.'_cache.txt', $typeOptions);
echo "
echo $typeOptions;
エコー "";
$tl->Close();
}
}その他{
$typeOptions=cache_get('/cache/sun_'.$fatherid.'_cache.txt');
echo "
echo $typeOptions;
エコー "";
}
}
?>
<スクリプト>
関数 GetBigType (){
var url='GetBigType.php';
var pars='pid=1';
var myAjax=new Ajax.Updater('BigType', url, {method:'get',parameters:pars});
}
GetBigType ();
関数 GetSmallType(){
var Fatherid=$F('fatherid');
var url='GetSmallType.php';
var pars='fatherid='+fatherid;
var myAjax =new Ajax.Updater('SmallType', url, {method:'get',parameters:pars});
}
スクリプト>
header("Content-type: text/html;charset=GBK");//中国語の文字化けを避けるための出力エンコーディング
require_once(dirname(__FILE__)."/include/config_base.php");
require_once(dirname(__FILE__)."/include/inc_type.php");
require_once(dirname(__FILE__)."/include/inc_cache.php");
$pid="";
$pid=$_GET['pid'];
if($pid==1){
if(!file_exists('../cache/bigtype.cache.txt')){
$ty = 新しいタイプ(0);
$typeOptions = $ty->GetBigOption();
cache_write('/cache/bigtype.cache.txt', $typeOptions);
echo "
echo "rn";
echo $typeOptions;
echo "";
$ty->Close();
}その他{
$typeOptions=cache_get('/cache/bigtype.cache.txt');
echo "
echo "rn";
echo $typeOptions;
echo "";
}
}
?>