Skip to content
Advertisement

PHP Header Function Redirects to 404 Error

I am using a header redirect after the user submits a login and registration form and the input has been stored in a mysql database. The registration info is successfully stored into the database but when the script goes to redirect I reach a 404 error.

I am using the variable $redirectURL to pass the absolute path to the header function. Upon redirecting the URL is passed the variable $redirectURL instead of redirecting.

JavaScript

Here is the php script redirecting user_account.php:

JavaScript

Advertisement

Answer

$redirectURL variable should be outside from single quote in header method and concatinate with ‘.’ operator.

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement