首页上一页 1 下一页尾页 1 条记录 1/1页
本地与虚拟主机的差别
发表在PHP图书答疑
2010-07-04
是否精华
是
否
版块置顶:
是
否
以下是返回的所有错误,但是本地测试却是没有返回错误,就是只有上传到虚拟主机才返回错误:
数据库发生错误:SQL查询语句出错: insert into tb_note (note_user,note_title,note_content,note_mood,note_time,note_user_pic,note_flag) values ('匿名','这是一个标题','这是内容部分','','2010-04-13 11:46:19','01.gif','0')
MySQL 返回错误信息:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'images/face/1.gif'>','2010-04-13 11:46:19','01.gif','0')' at line 5
请问:为什么本地测试成功后,到了虚拟主机却不成功?难道虚拟主机与本地是不同的?
数据库发生错误:SQL查询语句出错: insert into tb_note (note_user,note_title,note_content,note_mood,note_time,note_user_pic,note_flag) values ('匿名','这是一个标题','这是内容部分','','2010-04-13 11:46:19','01.gif','0')
MySQL 返回错误信息:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'images/face/1.gif'>','2010-04-13 11:46:19','01.gif','0')' at line 5
请问:为什么本地测试成功后,到了虚拟主机却不成功?难道虚拟主机与本地是不同的?