AtomicChip
Programmer
Pages:
page1.php
page2.php
page1.php has a form (action=page2.php method=post).
page2.php executes some stuff and then calls header('page1.php');
The header() method works fine, but the url in the address bar is showing page2.php, not page1.php (as executed in the header() call).
How do I force the URL in the address bar to display the current pages' URL instead of the referring one?
Hope that makes sense...
-----------------------------------------------
"The night sky over the planet Krikkit is the least interesting sight in the entire universe."
-Hitch Hiker's Guide To The Galaxy
page1.php
page2.php
page1.php has a form (action=page2.php method=post).
page2.php executes some stuff and then calls header('page1.php');
The header() method works fine, but the url in the address bar is showing page2.php, not page1.php (as executed in the header() call).
How do I force the URL in the address bar to display the current pages' URL instead of the referring one?
Hope that makes sense...
-----------------------------------------------
"The night sky over the planet Krikkit is the least interesting sight in the entire universe."
-Hitch Hiker's Guide To The Galaxy