=".$num; 报错如下: You have an erro"/> =".$num; 报错如下: You have an erro">

sql话语报错

WBOY
WBOYoriginal
2016-06-13 12:54:25808parcourir

sql语句报错

$sql="select * from `abc_dem` where `p6`="."$gameid"." and `st`=1 and `p3`>=".$num;<br />


报错如下:
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 'and st=1 and p3>=' at line 1
select * from ***_dem where p6= and st=1 and p3>=

sql mysql
------解决方案--------------------
$sql="select * from `abc_dem` where `p6`='$gameid' and `st`=1 and `p3`>='$num'";
Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn