if("$_POST[submit]"){
$sql="INSERT INTO message (id,user,title,content,lastdate)" .
"VALUES (' ','$_POST[user]','$_POST[title]','$_POST[content]',now( )) "
mysql_query($sql)
header('Location: ./当前文件名.php')
exit
}
你最好不要这样写。程序要写的专业点,你这太业余。form1=Request.form("form1") if form1<>"" thenset rs=server.CreateObject("adodb.recordset")sttr="select * from xxx"'如果要判断数据是否重复SQL语句改一下
rs.open sttr,conn,1,3
rs.addnew
rs("form1shuju")=form1
rs.update end if
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)