Forum Moderators: coopster
Here's my query :
SELECT * FROM standing where conference ='West' and division='Central' order by points desc
Thansk for your help! :)
i know that i can use mysql_num_rows but the thing is that i dont want to show the number of rows that my result give but to have each number of each row
thanks! :D