标签:div exit type add input eva name sign style
表单页面
<?php $_SESSION[‘code‘]=mt_rand(1,1000);?> <input type="hidden" name="scode" value="<?php echo $_SESSION[‘code‘]?>" />
php页面
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);
标签:div exit type add input eva name sign style
原文地址:http://www.cnblogs.com/hopelooking/p/7105435.html