Re: [PHP-DEV] Multilpe submits ...

2001-10-19 Thread Tobias Schenck
Sorry for posting as a non-developer, we store an md5-hash in a unique key which does the trick. Tobias "Sander Roobol" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 003201c158a8$9096da80$01e3a8c0@grotepc">news:003201c158a8$9096da80$01e3a8c0@grotepc... > > Actually it is just a note next to the sub

Re: [PHP-DEV] Multilpe submits ...

2001-10-19 Thread Markus Fischer
I was thinking about a session var on which we do magic stuff so e know he has submitted only one. The note .. won't be the final solution, trust me. On Fri, Oct 19, 2001 at 04:15:54PM +0200, Sander Roobol wrote : > > Actually it is just a note next to the submit button. But it should do > > th

Re: [PHP-DEV] Multilpe submits ...

2001-10-19 Thread Sander Roobol
> Actually it is just a note next to the submit button. But it should do > the job. Can't you check for duplicate messages? Construct a query which checks if there's already a row with that e-mail adres, subject, etc... that should really do it... Sander -- PHP Development Mailing List

Re: [PHP-DEV] Multilpe submits ...

2001-10-19 Thread Jan Lehnardt
Hi, On Fri, 19 Oct 2001 09:45:52 -0400 (EDT) Joao Prado Maia <[EMAIL PROTECTED]> wrote: > Duh! Well, on that case I guess Jan Lehnardt already has the code > for that functionality, as described on his last email to the list. Actually it is just a note next to the submit button. But it should do

Re: [PHP-DEV] Multilpe submits ...

2001-10-19 Thread Joao Prado Maia
On Fri, 19 Oct 2001, Derick Rethans wrote: > Hello, > > I think he meant multiple bug report submits here... > Duh! Well, on that case I guess Jan Lehnardt already has the code for that functionality, as described on his last email to the list. Can someone grant him access to the appropriate c

Re: [PHP-DEV] Multilpe submits ...

2001-10-19 Thread Derick Rethans
Hello, I think he meant multiple bug report submits here... Derick On Fri, 19 Oct 2001, Joao Prado Maia wrote: > > On Fri, 19 Oct 2001, Markus Fischer wrote: > > > Anyone with proper access feeling responsible preventing multiple > > submits ? :) > > > > Isn't that something that the developer

Re: [PHP-DEV] Multilpe submits ...

2001-10-19 Thread Joao Prado Maia
On Fri, 19 Oct 2001, Markus Fischer wrote: > Anyone with proper access feeling responsible preventing multiple > submits ? :) > Isn't that something that the developer should handle, and not the language itself ? Do you know if any other language does something like that ? Joao -- João Prado