Home › Forums › Back End › Help with PHP Login › Re: Help with PHP Login
January 8, 2013 at 8:21 pm
#120345
Member
Something I noticed in your example code…
This comment has “login_success.php”
// Register $myusername, $mypassword and redirect to file “login_success.php”
But this line has “success_login.php”
header(‘Location: http://www.mywebsite.com/php/success_login.php’)
Could this be the issue?