Re: [PHP] I don't want multiple form submitted

2002-09-26 Thread Justin French
Original Message - > From: "John Holmes" <[EMAIL PROTECTED]> > To: "'Clemson Chan'" <[EMAIL PROTECTED]>; "'Php'" > <[EMAIL PROTECTED]> > Sent: Friday, September 27, 2002 9:13 AM > Subject: RE: [PHP] I don't

Re: [PHP] I don't want multiple form submitted

2002-09-26 Thread Bob Irwin
o problems. Best Regards Bob Irwin Server Admin & Web Programmer Planet Netcom - Original Message - From: "John Holmes" <[EMAIL PROTECTED]> To: "'Clemson Chan'" <[EMAIL PROTECTED]>; "'Php'" <[EMAIL PROTECTED]> Sent: Friday,

RE: [PHP] I don't want multiple form submitted

2002-09-26 Thread John Holmes
> I have a message board written in PHP w/MySQL. > So when a person submitting a post, it goes to a list_view. > If this person refresh the list_view. > The message he submitted will get submitted again. > How can I avoid this problem? > Please let me know if you know the answer. Thanks This ques

RE: [PHP] I don't want multiple form submitted

2002-09-26 Thread David Buerer
There is a header you can send which has a page expires time which will prevent the posting page from being reposted. Do some research on this and see what you can come up with. -Original Message- From: Clemson Chan [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 1:57 PM To