SA-MP Forums Archive
Advanced help with MYSQL - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Advanced help with MYSQL (/showthread.php?tid=435685)



Advanced help with MYSQL - MichaelWharton101 - 08.05.2013

Well, Hello there. I am trying to get it so that my website (americanrp.x10.mx) can show my IG players, Show thier stats/inv... and much more... but no idea how to even start to get it to show up on my website.

A little example of USRP server to show you what I mean...


http://www.us-roleplay.com/

You see how you can see their players and all? that's what I want


Re: Advanced help with MYSQL - Onfroi - 08.05.2013

You have to learn PHP + MySQL to script something like that, not just MySQL.


Re: Advanced help with MYSQL - Sithis - 08.05.2013

Server should save user data into MySQL, PHP can load data from MySQL and display user profiles, statistics, ect. As Onfroi already said, you will need to learn SQL and PHP besides PAWN.