|
I agree, create an index for the column field score and try something like this:
$result = mysql_query("SELECT COUNT(score) AS count FROM tbl WHERE score > $myScore");
__________________
<mgraphic /> - I don't have a solution but I admire the problem.
|