Hi,
Just wondering is it possible to use the header redirect method in php to enable this redirect page as the last viewed page.
redirect.php
So when the user has been redirected to test.php and then the user hits the back button they will be redirected to redirect.php rather than the last viewed page in the browser.
Essentially i want to create a kinda loop
Any help would be great
Thanx
Just wondering is it possible to use the header redirect method in php to enable this redirect page as the last viewed page.
redirect.php
Code:
header('Location: test.php');
So when the user has been redirected to test.php and then the user hits the back button they will be redirected to redirect.php rather than the last viewed page in the browser.
Essentially i want to create a kinda loop
Any help would be great
Thanx