30.01.2013, 18:57
Hello,
I'm in the process of creating a UCP, I have it so I can enter my ingame details and it logs me in, I'm looking at doing a profile where I can view stats,
For example, If I want to show the IP, I get the table with mysql_query.
Is it something like this?
How would I get it to display the IP like var_dump?
I'm in the process of creating a UCP, I have it so I can enter my ingame details and it logs me in, I'm looking at doing a profile where I can view stats,
For example, If I want to show the IP, I get the table with mysql_query.
Is it something like this?
Код:
$rIP = mysql_query("SELECT * FROM Accounts WHERE Username = '" . $_SESSION['username'] . "'");