错哪里了,在线等
mysql版本5.5.2 数据库:test 数据表:mogang
if(mysql_query('insert test mogang(name) values("adcd")')){
}else{ echo mysql_error();
}
错误:
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 'mogang(name) values("adcd")' at line 1