[Help] Drake Web problem

iceking91

New Member
Joined
Dec 18, 2009
Messages
18
Reaction score
1
i have a problem.. when i login on this website it says that im logged on 'SA".. look the screen:

problem.jpg


Please help me!
 
I guess "sa" is your accountID. there's nothing wrong with that script.
 
change the name of your variable open index.php
and find something like this $username = $_SESSION['user'];
and make it $username2 = $_SESSION['user']; then find this "welcome $username" and change it to welcome $username2