Could anyone help me out? I need to know how to order scores from highest to lowest, the statement im using at the moment is;
else {
$result = mysql_query("SELECT * FROM coasters ORDER BY score LIMIT 10");
if ($details = mysql_fetch_array($result)) {
but this orders the scores from lowest to highest.
is it obvious im new to this 🙂