I have a problem with a login on my site. The script starts session and login works, sets session id and i can return that and echo it in variable, but when i navigate to a different file on my...
I'm having trouble with my login form and I'm not quite sure why. The code is not passing the
if($login_check > 0){ or while loop and is going to the else statement instead. I even tried taking...
Thank you again. I was missing the 2 ) but I think that was from lots of going back and forth, changing things over and over trying to figure out what exactly was wrong in the first place. The way I...
Thanks for the reply! I did fix the two errors you guys mentioned. When I turn errors on I get
"Parse error: syntax error, unexpected end of file in /home3/stevenp0/public_html/register2.php on line...
I am trying to put a signup.php section on my website. The script dies somewhere in the php code, and i've been trying to figure it out for hours with no luck.