Jump to content

Trying to redirect on empy...


chadrt

Recommended Posts

I have this line of code that reads like this:

 

$theusername = $_POST['username'];
if(empty($theusername)){
header("Location: login.php?error=allfields");
}

 

I have tried to put $_POST['username'] within the empty but either way it doesnt redirect to that it just continues to execute code in the page. The result should be back to the index.php where the login is located and then because of the error field it shows a custom message to the user.

 

No there is no other output to the browser

Yes it continues to execute code from the rest of the system

No I do not see the url in the address box of the browser showing the correct url

Link to comment
https://forums.phpfreaks.com/topic/273222-trying-to-redirect-on-empy/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.