首頁 >後端開發 >php教程 > mysql诡异有关问题,求教

mysql诡异有关问题,求教

WBOY
WBOY原創
2016-06-13 13:22:23868瀏覽

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 就过关了,那也只有你才能知道了...哈哈哈
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn