Help!
between "echo "Incorrect password!";
}else{
echo "User does not exist!"; }" shows an error T_ELSE, I have no idea whats wrong please get back to me a.s.a.p
r4d10mc 2 years ago
@r4d10mc Hmm.. recheck the tutorial, make sure you have everything, and if not, try to send me most of the code that interferes with that (like the if($password != $dbpassword) part, and stuff)
Send it in a message! Thanks!
DiabloKiller124 2 years ago
@DiabloKiller124 okay i worked it out...what is is $sesuser = @$_SESSION['username']; user for?
@r4d10mc That is setting the session user to their session name, instead of their cookie name
excellent work again ur errors and thought processes were just as helpful
1888junkteam 2 years ago
Thanks :)
Help!
between "echo "Incorrect password!";
}else{
echo "User does not exist!"; }" shows an error T_ELSE, I have no idea whats wrong please get back to me a.s.a.p
r4d10mc 2 years ago
@r4d10mc Hmm.. recheck the tutorial, make sure you have everything, and if not, try to send me most of the code that interferes with that (like the if($password != $dbpassword) part, and stuff)
Send it in a message! Thanks!
DiabloKiller124 2 years ago
@DiabloKiller124 okay i worked it out...what is is $sesuser = @$_SESSION['username']; user for?
r4d10mc 2 years ago
@r4d10mc That is setting the session user to their session name, instead of their cookie name
DiabloKiller124 2 years ago
excellent work again ur errors and thought processes were just as helpful
1888junkteam 2 years ago
Thanks :)
DiabloKiller124 2 years ago