为你守候
上测试代码:
$chaxun=$db->get_one("SELECT * FROM pw_threads where fid='48' and frommob='1'");
$tid=$chaxun['tid'];
$shijian=$tdtime-86400*12;//保留n+1天的主题
if($shijian>$chaxun['postdate']){
$db -> update("UPDATE pw_threads set fid='28' where tid=$tid");}暂时没考虑当主题不存在的情况,再加个条件就可以解决。