How can I hide the URL in this example
Posted: Wed May 06, 2009 2:40 am
I'm trying to launch a PHP page (B) from another one (A)
This is the code I'm using now:
echo "<meta http-equiv=\"Refresh\" content=\"0; url=secure_01.php\">";
However, the URL ( secure_01.php ) shows up in the browser title bar.
This is not acceptable since this is a secure page and getting to it is the result of logging in on the previous page (A).
How can I code this so that the URL does not reveal the page name?
This is the code I'm using now:
echo "<meta http-equiv=\"Refresh\" content=\"0; url=secure_01.php\">";
However, the URL ( secure_01.php ) shows up in the browser title bar.
This is not acceptable since this is a secure page and getting to it is the result of logging in on the previous page (A).
How can I code this so that the URL does not reveal the page name?