这篇文章主要为大家详细介绍了php保存submit内容之后禁止刷新的简单示例,具有一定的参考价值,可以用来参考一下。
感兴趣的小伙伴,下面一起跟随四海网的小玲来看看吧!
代码如下:
$strsql = "INSERT INTO `xxx` (`aaa`) VALUES ('".$_POST["bbb"]."','".$_POST["ccc"]."',,now())";
$result=@mysql_query($strsql,$my_con);
$maxrow=@mysql_affected_rows();
Testecho ($y.mysql_affected_rows()." $errcode ".$strsql); #debug
mysql_sql_log($strsql,mysql_affected_rows(),$_SERVER['SCRIPT_NAME'].":".__LINE__);
if($maxrow>0){
$insertflag =1;
}
echo '<script>location.href="6612.php?inserted=1"</script>';
代码如下:
<?php
/* 四海网 www.q1010.com */
echo $insertflag;print_r($_GET); if($_GET[inserted]!=1){?>
<input type="submit" value="新規登録" name="insertN" class="box1a"></input>
<?php
/* 四海网 www.q1010.com */
}else{?>
<input type="botton" value="新規登録" name="insertN" class="box1a" disabled></input>
<?php
/* 四海网 www.q1010.com */
}?>
本文来自:http://www.q1010.com/173/16558-0.html
注:关于php保存submit内容之后禁止刷新的简单示例的内容就先介绍到这里,更多相关文章的可以留意四海网的其他信息。
关键词:
四海网收集整理一些常用的php代码,JS代码,数据库mysql等技术文章。