Jump to content

Hiding info when sending header information


lional

Recommended Posts

Hi all
I am trying to redirect but I do not want the address to be visible in the address bar. The user must not be able to see the address in any way. is it possibe, please see code below
<?
if ($username_out == $un && $password_out == $pw && $chapt_out == $ch && $lev < 5) {
header ("Location: annual_return.php?source=1");
}
else
{
header ("Location: index_failure.php");
}
}
?>

Any help will be appreciated

Thanks

Lional

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.