You can not control this, but you might be able to control the page where the user is going back through the third page :)

like this:

page 1: submit to page 2
page 2: header('Location: /page 3');
page 3: the final page

if the user clicks back he is going to end up on page 2 which has location redirect to page 3. True?

-Xander

Stut wrote:
Shahrzad wrote:
I have 2 page ,when I go from first page to second page , I don't want the user can back to first page where it come from. is there any way to do this in php ? to remove or disactive $_SERVER["HTTP_REFERER"] in php?

No, this is not something the server (where PHP lives) can control.

Why do you think you need to do this?

-Stut


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to