Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Help with PHP Login Re: Help with PHP Login

#120345
hotpink
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?