Re: [PHP] Re: Using a reentrant form

2007-03-14 Thread Tony Marston
""Richard Lynch"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > And if the user re-loads the page they just POSTed? Easy peasy. After a successful POST I perform a redirect, either to the same page or a different, which changes the POST into a GET. So if the user presses the "r

Re: [PHP] Re: Using a reentrant form

2007-03-14 Thread Richard Lynch
And if the user re-loads the page they just POSTed? On Wed, March 14, 2007 10:24 am, Tony Marston wrote: > I honestly don't know why people use the approach of having a hidden > field > on a re-entrant form to indicate whether it should be validated or > not. I > have used re-entrant forms for yea