Ok, I think it uses sessions but im not sure. What i do know is my login script does this : URL/index.php?user=*&pass=**
is that sessions or cookies? i think its sessions but im not certain. this would be a start.. can u tell me how I do something like this in php? :
.:Your Stats:.<br>
Officer Name : < CHECK THE PHP><Br>
HP : <CHECK THE PHP><Br>
XP : <CHECK THE PHP><Br>
LV : <CHECK THE PHP><Br>
RK : <CHECK THE PHP><Br>
DF : <CHECK THE PHP><Br>
AT : <CHECK THE PHP><Br>
LK : <CHECK THE PHP><Br>
Gold : <CHECK THE PHP><Br>
Inventory : <CHECK THE PHP><Br>
So, if a user is logged in as Hitoshi and my password is bob, the address will look like this :
URL/index.php?user=Hitoshi&pass=bob
now I want the HTML stats to display whatever the LOGGED IN USERs stats are. how do I do this? and make page content user specific? If I can understand this, it is better because then I can learn the basics before I dive in and learn the images and stuff. I need the variable that determines the user (of which stats its displaying) to be determined by the session..
I hope u can understand this..