PHP按日期获取数据

2025-04-04 01:56:56
推荐回答(1个)
回答1:

$rows = mysql_num_rows(mysql_query("select * from biao where gtime >=".$start)); 
echo $rows;