Posts: 142
Threads: 34
Joined: Oct 2007
Reputation:
0
I would like include highscores (from player's score) in my Website.
But how exactly I can do that, so how I would get the Highscore from all players and then sort it out?
Maybe a Top 10. This all will be on an extra site. I have php acess and MySQL.
So maybe you see I really don't know how to start.
Posts: 440
Threads: 14
Joined: Sep 2009
Reputation:
0
MySQL plugin would be a start. Read the functions and hopefully you can follow it. If you need help with PHP, PM me.
Posts: 142
Threads: 34
Joined: Oct 2007
Reputation:
0
Is MySQL and PHP a difference here?
Posts: 246
Threads: 13
Joined: Aug 2010
Reputation:
0
MySQL stores tables, while PHP doesn't
Posts: 142
Threads: 34
Joined: Oct 2007
Reputation:
0
and what's the purpose of the tables?
Posts: 488
Threads: 33
Joined: Mar 2009
Reputation:
0
To store information, PHP can be used to gain information from the MySQL databases.
Posts: 272
Threads: 2
Joined: Jul 2010
Reputation:
0
Through Pawn and the MySQL plugin you save the information. MySQL is basically a tool/program to create a database. MySQL isn't just a plugin it's actually a well known database tool throughout the internet.
PHP is a language which can be used to call forth the information from the database.
Posts: 142
Threads: 34
Joined: Oct 2007
Reputation:
0
Ok, so what I must do?
First a MySQL connection in the gamemode right?
And then how I can write all needed things to do that highscore in the mysql table?