Highscore System

Hi PHP deverlopers
I have a question about a high score system that save the score on my website
I can not found a highscore script on internet who can help me?

All depends on what you have already. We’re here to help or make suggestions, not do it for you. If its overwhelming, just break it down on paper, figure out what you need to make in order to achieve your objective.

To save things, you have 2 options. 1 is to use a database and 2 is to use a text file. Given what i think you’re doing, you’ll want to use a database with 2 or 3 tables. table 1 would be your users, table 2 is your scores and table 3 would be the games or whatever it is your tracking. If its just a single thing, then you can get rid of table 3.

sorry mr richei

So i need database ?
i have to found a tutorial

thanks

A database would be the option for saving stuff and there are tons of tutorials out there on how to create databases and tables out there.

Once you do that, I’m guessing you’d use if() statements to check if their highscores beat the other high scores. With this method, yes, you need a database

Sponsor our Newsletter | Privacy Policy | Terms of Service