help database/php
#1

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
Reply
#2

Show your code then, at least the relevant parts. We wont script you a whole php interface here
Reply
#3

idk what show
Reply
#4

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)