Re: [PHP] avoiding user using back button-need to re-route

2005-02-11 Thread Angelo Zanetti
ok sorry, I dont get a chance to read the list a lot, can you send me the subject... TIA >>> "Richard Lynch" <[EMAIL PROTECTED]> 02/10/05 9:50 PM >>> Angelo Zanetti wrote: > I have a site, the user goes through a few pages inputting info and also > making various selections. On the last page they

Re: [PHP] avoiding user using back button-need to re-route

2005-02-10 Thread Richard Lynch
Angelo Zanetti wrote: > I have a site, the user goes through a few pages inputting info and also > making various selections. On the last page they are shown a success > page. however if they go back by clicking the back button. they can re We kinda just went through this two days ago, which is wh

Re: [PHP] avoiding user using back button-need to re-route

2005-02-10 Thread Alex Hogan
[snip] is there a way to "route" from my second last step to my last one with a php page between them that will intercept any back press and also will "redirect" when the process goes from the second last step to the last step. If the user clicks back from the last page it must then determine that

[PHP] avoiding user using back button-need to re-route

2005-02-10 Thread Angelo Zanetti
Hi all. I have a site, the user goes through a few pages inputting info and also making various selections. On the last page they are shown a success page. however if they go back by clicking the back button. they can re process the last step which is undersireable. I can't really use javascript