='$Starttime' and createdate=''">
时间:2021-07-01 10:21:17 帮助过:7人阅读
$Starttime=$_ GET["starttime"];
$Endtime=$_GET["endtime"];
注意大小写
$Starttime=$_ GET["starttime"];
$Endtime=$_ GET["endtime"];
$ Time_temp="and createdate>='$Starttime' and createdate<='$Endtime'";
$starttime,$endtime都有值,请问
echo $ time_temp输入为:
and createdate>='' and createdate<=''
是怎么回事?
$_GET用大写
换成大写就行了
去掉引号!!!