Okey, my script is working mostly as I want. I need a line that picks top 50, and only choose those who submitted with name, if the name plate is blank.. the score should not come up.
Here is the line I guess you have to change:
$result = mysql_query("SELECT name, score FROM high_scores_avoidthecars ORDER BY score DESC ");
Things that should work:
1. Sort out who got the highest score BUT also who submitted it first (checks highest/lowest id) (The lowest id number is also the one that sumbitted first*)
2. Top 50 scores only
3. Only show scores that have a Name submitted as well.
Extra note:
I have already a thread that is a bit the same, but will keep both open a little then close the other one.
Here is the second thread that will be closed in a few days