help database/php - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: help database/php (
/showthread.php?tid=174638)
help database/php -
iJumbo - 06.09.2010
hi how i can make a php page with login and this page show the status of player?
like
user name ..
kills =
deaths =
becouse i try but ont work
Re: help database/php -
Mauzen - 06.09.2010
Show your code then, at least the relevant parts. We wont script you a whole php interface here
Re: help database/php -
iJumbo - 06.09.2010
idk what show
Re: help database/php -
Ironboy500[TW] - 06.09.2010
You need to save player statistics into mysql database. Once you did that, you can simply connect to that database using PHP, and use mysql_fetch_assoc(); to get that data (username, kills, deaths). Hope you can understand me.