当前位置:Gxlcms > PHP教程 > php-datepicker时间选择器,sql参数查询

php-datepicker时间选择器,sql参数查询

时间:2021-07-01 10:21:17 帮助过:5人阅读

phpdatepickersqljquery

my97datepicker控件(其他控件也可),怎样将选中的开始和结束时间作为变量传递到服务器,进行 sql查询 (注:服务器端脚本php,数据库sqlsrv, jquery, json),然后将获取到的信息展示在页面中,求示例 

sql语句为
sql="select * from test where between Time '$startTime' and '$endTime' ORDER BY Time DESC"

人气教程排行