|
while($post = $db->fetch_array($querypost)) {
$bgno = $postcount++ % 2 + 1;
$post['thisbg'] = ${'altbg'.$bgno};
$post['postcounter']=$postcount+$ppp*($page-1);
ݯø¨ì$post['postcounter']=$postcount+$ppp*($page-1);
§ÚÓ«×:
while($post = $db->fetch_array($querypost)) {
$bgno = $postcount++ % 2 + 1;
$post['thisbg'] = ${'altbg'.$bgno};
$post['bemem'] = intval(($timestamp-$post[regdate])/(3600*24));
$post['missdate'] = intval(($timestamp-$post[lastvisit])/(3600*24));
[ Last edited by yws on 2004-6-7 at 19:07 ]
|