Grr, why is this not working:
$query = mysql_query("SELECT *,SUM(hot-nothot) AS lol FROM chart WHERE active='Y' GROUP BY lol LIMIT 10") or die("Unable to complete query");
?
I try "hot minus nothot". example 5-2 and then group (or maybe order?) it by the result: 3
Is this possible?