RE: Re[2]: [PHP] Preventing a form from being submitted twice

2001-12-01 Thread Robert Samuel White
AM To: php-general Subject: Re[2]: [PHP] Preventing a form from being submitted twice could you give me a few more words to point me in the right direction Saturday, December 01, 2001, 1:41:49 AM, you wrote: Se> Two Words: Session Management >> How can I prevent somebody from using the bac

Re[2]: [PHP] Preventing a form from being submitted twice

2001-12-01 Thread rdkurth
could you give me a few more words to point me in the right direction Saturday, December 01, 2001, 1:41:49 AM, you wrote: Se> Two Words: Session Management >> How can I prevent somebody from using the back button after they fill >> in a form and it takes them to a second page that checks there

Re: [PHP] Preventing a form from being submitted twice

2001-12-01 Thread [ Swift eNetwork ]
Two Words: Session Management > How can I prevent somebody from using the back button after they fill > in a form and it takes them to a second page that checks there data > using php code. I don't what them to be able to resubmit the info a > second time with different information to be able to

[PHP] Preventing a form from being submitted twice

2001-12-01 Thread rdkurth
How can I prevent somebody from using the back button after they fill in a form and it takes them to a second page that checks there data using php code. I don't what them to be able to resubmit the info a second time with different information to be able to get the data that they are buying. Hope