mysql诡异问题,求教
<!-- 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;