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?


PHP Code:
$result mysql_query ("SELECT * From DB_Stats order by tries limit 25");