kiwis
May 9th, 2004, 02:52 PM
I want to do a query and order my display by the results
what I want is to have a list of people who have scored the most tries for a rugby comp... this does not work.. anyone know why??? also how do i make it descending?
$result = mysql_query ("SELECT * From DB_Stats order by tries limit 25");
what I want is to have a list of people who have scored the most tries for a rugby comp... this does not work.. anyone know why??? also how do i make it descending?
$result = mysql_query ("SELECT * From DB_Stats order by tries limit 25");