|
$this->db->query("select password from person where name =? ",$_POST["name"]);
这样的语法错吗?
下面是我显示的错误:
A Database Error Occurred
Error Number: 1064
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 '' at line 1
select password from person where name = |
|