时间:2021-07-01 10:21:17 帮助过:8人阅读
echo $sid;?> | '> echo $sname;?> | '> echo $sfile;?> | '> echo $surl;?> | echo $swjdx;?> | echo $supip;?> | echo $stime;?> | '> |
FROM_UNIXTIME() UNIX时间戳转换为日期
UNIX_TIMESTAMP() 日期转换为UNIX时间戳
$u = $_GET['u'];$starttime = strtotime($u.'000000');$endtime = strtotime($u.'235959');$runSql = mysql_query("select * from cmsdj_song where addtime > '$starttime' and addtime<'$endtime' order by id desc limit ".$p.",".$col."");