这一个网友发布的php+ajax级联菜单,我们常说的就是无刷新了。
这一个网友发布的php+ajax级联菜单,我们常说的就是无刷新了。
getsmalloption($fatherid);
if(!empty($typeoptions)){
cache_write('/cache/sun_'.$fatherid.'_cache.txt', $typeoptions);
echo rn;
echo $typeoptions;
echo ;
$tl->close();
}
}else{
$typeoptions=cache_get('/cache/sun_'.$fatherid.'_cache.txt');
echo rn;
echo $typeoptions;
echo ;
}
}
?>
getbigoption();
cache_write('/cache/bigtype.cache.txt', $typeoptions);
echo rn;
echo --不限栏目--rn;
echo $typeoptions;
echo ;
$ty->close();
}else{
$typeoptions=cache_get('/cache/bigtype.cache.txt');
echo rn;
echo --不限栏目--rn;
echo $typeoptions;
echo ;
}
}
?>
http://www.bkjia.com/phpjc/630480.htmlwww.bkjia.comtruehttp://www.bkjia.com/phpjc/630480.htmltecharticle这一个网友发布的php+ajax级联菜单,我们常说的就是无刷新了。 这一个网友发布的php+ajax级联菜单,我们常说的就是无刷新了。 ?php header(c...