$total){ $page = $total; } $start = $page*10-10; $result = mysql_query("SELECT * FROM `users` WHERE `access`!=0 ORDER BY `timereg` DESC LIMIT ".$start.", 10") or die (sql_error(mysql_errno())); if ($uzers == 0){ echo 'Позьзователей еще нет!'; } else { while ($zapros = mysql_fetch_array($result)) { echo ($i % 2) ? '
' : '
'; echo user($zapros['id'], 0).' '.online($zapros['id']).'
'; echo '
'; ++$i; } } echo '
Страница: '.listing($page, $total).'
На главную
'; include_once'sys/foot.sys'; exit(); ?>