_Mantis
02-08-2003, 10:30 PM
I cant seem to figure out how to exclude a few users from the top10 list-
$topresult = $DB_site->query("SELECT * FROM user ORDER BY storep DESC LIMIT 10");
Thanks for the help.
$topresult = $DB_site->query("SELECT * FROM user ORDER BY storep DESC LIMIT 10");
Thanks for the help.