F Foxi New Member Feb 23, 2012 15 1 Apr 30, 2012 #1 Hello, I wonder how I can remove a rank on staff page, I've made a new rank called Events Staff as rank 9. You must be registered for see links How can I remove that from staff page ?
Hello, I wonder how I can remove a rank on staff page, I've made a new rank called Events Staff as rank 9. You must be registered for see links How can I remove that from staff page ?
M8than yes Mar 16, 2012 463 102 Apr 30, 2012 #2 PasteBin the code for that page please. Upvote 0 Downvote
F Foxi New Member Feb 23, 2012 15 1 Apr 30, 2012 Thread starter #3 You must be registered for see links Upvote 0 Downvote
W Western_Corleone2 Member Apr 16, 2012 39 2 May 1, 2012 #4 Is this rank ID below 3, on this page there's a SQL query that should display all rank's above ID 3. $GetRanks = mysql_query("SELECT id,name FROM ranks WHERE id > 3 ORDER BY id DESC"); Upvote 0 Downvote
Is this rank ID below 3, on this page there's a SQL query that should display all rank's above ID 3. $GetRanks = mysql_query("SELECT id,name FROM ranks WHERE id > 3 ORDER BY id DESC");