Jump to content

PHP TOP 10, ORDER BY NOT WORKING!


Orionsbelter

Recommended Posts

Ok, am wanting to out put my top 10 forum posters but its not working here is the code

<?php
              $ex_query = mysql_query("SELECT * FROM `user_info` WHERE staff='0' ORDER BY `posts` DESC LIMIT 10");
		  while ($ex = mysql_fetch_array($ex_query)) {
              echo "
		  <tr>
                <td height='20' bgcolor='#333333'><div align='center'><a href='profile.php?user=$ex[username]'>$ex[username]</a></div></td>
              </tr>
                   ";
                 }?>

 

this out puts 10 people but not from highest to low or in an order help please!

Link to comment
Share on other sites

LOL am a noob thanks

 

We learn from our mistakes, at least if something like this happens again you'll know what most likely problem is (hopefully)  ;)

 

If this solves your problem please mark as [sOLVED].

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.