SQL show rank 3-9

Status
Not open for further replies.

zMagenta

Posting Freak
Jul 15, 2011
1,414
682
Hey guys,

I've run into this problem again and again. I know how to do separate queries, but I don't know to show on the staff page, rank 3, 4, 5, 6, 7, 8 and 9.

Here's the MySQL;

Code:
$getRanks = mysql_query("SELECT id,name FROM ranks WHERE id >= 4 ORDER BY id DESC");

I have asked Sindre (@Raz0rDot) and Alex (@Quackster) but no-one knows. Is it even possible?
 
Status
Not open for further replies.

Users who are viewing this thread

Top