php防止post重复提交

2021-07-05 21:06

阅读:455

标签:div   exit   type   add   input   eva   name   sign   style   

表单页面

php $_SESSION[‘code‘]=mt_rand(1,1000);?>
input type="hidden" name="scode" value="" />

 

 

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);

 

php防止post重复提交

标签:div   exit   type   add   input   eva   name   sign   style   

原文地址:http://www.cnblogs.com/hopelooking/p/7105435.html


评论


亲,登录后才可以留言!