$users = $vbulletin->db->query_read(" SELECT * FROM " . TABLE_PREFIX . "user ORDER BY posts DESC LIMIT 10");while ($user = $vbulletin->db->fetch_array($users)){ $test .= '<a href="member.php?u=' . $user['userid'] . '">' . $user['username'] . '</a> (' . $user['posts'] . '), ';}