Hi,
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 pageif the user clicks back he is going to end up on page 2 which has location redirect to page 3. True?
Nope, this ain't true: if he goes back, he'll land on page 1.
-Xander
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php