求帮忙,php+mysql解决办法
时间:2021-07-01 10:21:17
帮助过:21人阅读
求帮忙,php+mysql
PHP code
imgstore 表是这样子的.
imgname varchar(10000) utf8_general_ci 否 无
introduce text utf8_general_ci 否 无
为什么只能插入名字for,introduce没有插入到数据库中?
------解决方案--------------------insert into imgstore(imgname,introduce) values('for','测试')";
------解决方案--------------------insert into imgstore(imgname,introduce) SELECT 'for','测试'
------解决方案--------------------
------解决方案--------------------mysql_query($sql,$con) or die(mysql_error());
如有错误,请贴出错误信息。