Home  >  Article  >  Backend Development  >  小弟我能在后台添加信息,别人就不能了,什么原因

小弟我能在后台添加信息,别人就不能了,什么原因

WBOY
WBOYOriginal
2016-06-13 13:27:40820browse

我能在后台添加信息,别人就不能了,什么原因
像mysql添加信息我的提示是添加成功,并且我看到了我添加的信息,而别人不能,他的提示insert into sea_info (title,categoryid,parentid,note,content,img,imgnews,url,ksmc,fzr,cwsl,wlwz,tel,email,zjmzap,name,xueli,work,dotime) values('公立医院综合改革试点工作','681','680','','
公立医院综合改革试点工作

','','0','','','','','','','','','','','','1338515850')语句执行失败!信息添加成功
什么原因啊,都是同一个账号登入的后台

------解决方案--------------------
你要找出错误,方法是一步一步调试,就像楼上说的,在mysql语句中加上错误提示信息语句or die(mysql_error(),看看哪里出了问题。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn