I am making a simple game website using javascript....I want to show the list like top 10 highscores on a webpage.. If user clicks on submit button after entering,it should check whether he is a top scorer or not.If he is a top scorer then his name should be displayed in top scorers list can any 1 please help me to do this?
SELECT `username` FROM `score_table_name` ORDER BY `score_field` DESC LIMIT 10 Code (markup): That's the SQL you need to run. then you just loop through the results to see if the users username is in there
lol yes. I saw this forum a year or so ago, just never registered with it. I could join 1000's like you but I have to work every so often