[PHP] Multiple Submission of the Same Form

2003-06-19 Thread Miranda, Joel Louie M
Hello,

Any ideas on this? I have a form some users try and try to reload and it
floods my mailbox

Thanks,
Louie

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



Re: [PHP] Multiple Submission of the Same Form

2003-06-19 Thread John W. Holmes
Miranda, Joel Louie M wrote:
Any ideas on this? I have a form some users try and try to reload and it
floods my mailbox
Restrict them from submitting the form for X seconds?

or

Use a middle-man page that processes your form and then redirects back 
to the form with a clean URL; the refresh will only refresh the form.

--
---John Holmes...
Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/

PHP|Architect: A magazine for PHP Professionals  www.phparch.com





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


Re: [PHP] Multiple Submission of the Same Form

2003-06-19 Thread Leif K-Brooks
Miranda, Joel Louie M wrote:

Hello,

Any ideas on this? I have a form some users try and try to reload and it
floods my mailbox
This is one of the most asked questions, right behind OMG!  MY 
VARIABLES DONT PASS111.  Search the archives.

--
The above message is encrypted with double rot13 encoding.  Any unauthorized attempt 
to decrypt it will be prosecuted to the full extent of the law.


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


RE: [PHP] Multiple Submission of the Same Form

2003-06-19 Thread Miranda, Joel Louie M
Do you have examples?

-Original Message-
From: Mark Tehara [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 20, 2003 11:33 AM
To: Miranda, Joel Louie M
Subject: Re: [PHP] Multiple Submission of the Same Form


Use a Databace and have a DateStamp String and an IP string, then when the
post has happened it cheks for the IP and Time and if its with in the last
minute or something the email won't send ...

/ Mark

- Original Message -
From: Miranda, Joel Louie M [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, June 20, 2003 3:31 PM
Subject: [PHP] Multiple Submission of the Same Form


 Hello,

 Any ideas on this? I have a form some users try and try to reload and 
 it floods my mailbox

 Thanks,
 Louie

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



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