首頁  >  文章  >  後端開發  >  变量无法赋值是怎么回事?

变量无法赋值是怎么回事?

WBOY
WBOY原創
2016-06-23 14:14:291303瀏覽

$Starttime=$_get["starttime"];
$Endtime=$_get["endtime"];
$Time_temp="and createdate>='$Starttime' and createdate
$starttime,$endtime都有值,请问
echo $time_temp输入为:
and createdate>='' and createdate 是怎么回事? 


回复讨论(解决方案)

$Starttime=$_ GET["starttime"];
$Endtime=$_GET["endtime"];

注意大小写

$Starttime=$_ GET["starttime"];
$Endtime=$_ GET["endtime"];
$ Time_temp="and createdate>='$Starttime' and createdate
$starttime,$endtime都有值,请问
echo $ time_temp输入为:
and createdate>='' and createdate 是怎么回事? 

$_GET用大写

换成大写就行了

去掉引号!!!

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn