php防止post重复提交
2021-07-05 21:06
标签:div exit type add input eva name sign style 表单页面 php页面 php防止post重复提交 标签:div exit type add input eva name sign style 原文地址:http://www.cnblogs.com/hopelooking/p/7105435.htmlphp $_SESSION[‘code‘]=mt_rand(1,1000);?>
input type="hidden" name="scode" value="" />
if($_SESSION[‘code‘]!=$_POST[‘scode‘]){
header(‘Cache-Control:no-cache,must-revalidat‘);
header(‘Pragma:no-cache‘);
$this->assign(‘num‘,4);
$this->display("PetCate/AddNewPetCate");
exit;
}
$_SESSION[‘code‘]=mt_rand(1,1000);