Maison  >  Article  >  développement back-end  >  mysql诡异有关问题,求教

mysql诡异有关问题,求教

WBOY
WBOYoriginal
2016-06-13 13:22:23853parcourir

mysql诡异问题,求教

PHP code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->
$sql="select * from {$BIAOTOU}lottery_result where to_days(now())=to_days(lotterydate) and username='{$_SESSION["duoduouser"]}' and lotteryid={$lotteryid}";

    echo $sql;
    exit;



输出
?select * from duoduo_lottery_result where to_days(now())=to_days(lotterydate) and username='wzxinchen' and lotteryid=23
大家试试把这句拿到命令行分析一下,看看语法过不过关
我这里连语法都不过关
把select这个词重写一下就过关了,为神马啊?编码都是统一的

------解决方案--------------------
改个select 就过关了,那也只有你才能知道了...哈哈哈
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