Can anyone help me make a basic php script?

John

New member
Ok, so I need a php script for my VPS. It needs to get the Name rank and rating from the top 50 users.

Table is rating;
Name is name;
Rank is from highest to lowest rating (1 being highest, 50 being lowest of the 50)
I need them displayed in a column like this

Rank Name Rating
1 Name 1500
2 Name2 1450
etc etc

Thanks a whole bunch
Also, can you make it so it stores all of the top 50 name rating, rank, etc in a file and updates it every 24 hours? I dont' want users abusing that. If possible, have it update at 11;35am and 11;35pm.

Thanks even more, the file can be ranking.txt

Thanks!
 
Back
Top