php中sql变量需要单引号的时候变量如何设置?

WBOY
發布: 2016-06-23 13:13:45
原創
1584 人瀏覽過

$coupons = pdo_fetchall("select * from ".tablename('wangniu_activity')." where flag = 0 and isopen = 1 and ischeck = 1 and start_time < ".time()." and end_time > ".time()." and weid = ".$weid." and storeid = '".$id."'. order by type asc");
登入後複製


其中sql执行为:
select * from `ims_wangniu_activity` where flag = 0 and isopen = 1 and ischeck = 1 and start_time  1458445852 and weid = 2 and storeid = 'B0FFF4YWV2' . order by type asc

多了一个点,这个点怎么去掉?


回复讨论(解决方案)

... " and storeid = '".$id."' order by type asc"

來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板