Re: [nyphp-talk] Disabling browser back button.

2008-07-04 Thread PaulCheung
Hi Tedd, Thanks for the solution, it is very much appriciated. Cheers - Paul - Original Message - From: "tedd" <[EMAIL PROTECTED]> To: "NYPHP Talk" Sent: Sunday, June 22, 2008 9:13 PM Subject: Re: [nyphp-talk] Disabling browser back button. >Hi Tedd

Re: [nyphp-talk] Disabling browser back button.

2008-06-23 Thread Brian D.
I don't think there's ever a good reason to disable the "Back" button in a web application. If you think it necessary, it's time to rethink your process. That said, there are ways to handle it on the back end so that the user can't submit twice. Have you considered setting a session value at a poi

Re: [nyphp-talk] Disabling browser back button.

2008-06-22 Thread Kristina Anderson
Excellent points. And I will pass the 'double transaction suppression' info on to my client so he can enable this. With reard to storing credit card info on customers, I'd in general strongly advise any of my clients against going there -- with Paypal's (or whatever vendor they end up using)

Re: [nyphp-talk] Disabling browser back button.

2008-06-22 Thread tedd
Hi Tedd, Sorry to say it didn't work or at least I couldn't get it to work. As you see the only thing I did was to tidy up the last $_SESSION['token']. however I did try using True and False which disabled me completely. create account/access codes Cheers - Paul Paul: It does work --

Re: [nyphp-talk] Disabling browser back button.

2008-06-22 Thread PaulCheung
--- Original Message - From: "tedd" <[EMAIL PROTECTED]> To: "NYPHP Talk" Sent: Sunday, June 22, 2008 4:26 PM Subject: Re: [nyphp-talk] Disabling browser back button. At 9:07 PM +0100 6/21/08, PaulCheung wrote: Hi Can anybody suggest a way around this problem or p

Re: [nyphp-talk] Disabling browser back button.

2008-06-22 Thread tedd
-- Kristina At 10:10 AM -0700 6/22/08, Kristina Anderson wrote: Tedd -- this is very similar to the way you showed me how to use the boolean 'step' value to exit the error checking loop if no error conditions were found -- and just as simple to understand and brutally effective...I love it! I'

Re: [nyphp-talk] Disabling browser back button.

2008-06-22 Thread Kristina Anderson
Tedd -- this is very similar to the way you showed me how to use the boolean 'step' value to exit the error checking loop if no error conditions were found -- and just as simple to understand and brutally effective...I love it! Im this scenario, if the user for whatever reason needed to reload

Re: [nyphp-talk] Disabling browser back button.

2008-06-22 Thread tedd
At 9:07 PM +0100 6/21/08, PaulCheung wrote: Hi Can anybody suggest a way around this problem or point me in the right direction? Use a token. http://sperling.com http://ancientstones.com http://earthstones.com ___ New York PHP Community Talk Mail

Re: [nyphp-talk] Disabling browser back button.

2008-06-21 Thread Tim Lieberman
On Jun 21, 2008, at 2:07 PM, PaulCheung wrote: Hi Can anybody suggest a way around this problem or point me in the right direction? I have a genuinely legitimate reason to disable the browser back button, or at least the pages that have anything to do with the PHP application I am worki

Re: [nyphp-talk] Disabling browser back button.

2008-06-21 Thread Michael B Allen
On 6/21/08, PaulCheung <[EMAIL PROTECTED]> wrote: > Hi > > Can anybody suggest a way around this problem or point me in the right > direction? > > I have a genuinely legitimate reason to disable the browser back button, or > at least the pages that have anything to do with the PHP application I a

[nyphp-talk] Disabling browser back button.

2008-06-21 Thread PaulCheung
Hi Can anybody suggest a way around this problem or point me in the right direction? I have a genuinely legitimate reason to disable the browser back button, or at least the pages that have anything to do with the PHP application I am working on. Here is the scenario A user likes the on-li