Re: [PHP] Creating intelligent forms

2005-04-14 Thread Jochem Maas
James Kaufman wrote: On Wed, Apr 13, 2005 at 06:54:25PM -0700, dan wrote: Hello, all - I had some questions regarding the creation of "intelligent" forms - forms that take data, and then parse it for errors, "real" data, etc etc. The first idea I had was to make a function to display the form. W

Re: [PHP] Creating intelligent forms

2005-04-14 Thread James Kaufman
On Wed, Apr 13, 2005 at 06:54:25PM -0700, dan wrote: > Hello, all - > > I had some questions regarding the creation of "intelligent" forms - > forms that take data, and then parse it for errors, "real" data, etc etc. > > The first idea I had was to make a function to display the form. When > t

RE: [PHP] Creating intelligent forms

2005-04-13 Thread Mike
> The first idea I had was to make a function to display the > form. When the form is submitted, the page would be called > again (i.e. the form's ACTION=itself), and then the POST or > GET or SESSION variables will be the arguments to the form. > The idea is, when this happens, the form wi

[PHP] Creating intelligent forms

2005-04-13 Thread dan
Hello, all - I had some questions regarding the creation of "intelligent" forms - forms that take data, and then parse it for errors, "real" data, etc etc. The first idea I had was to make a function to display the form. When the form is submitted, the page would be called again (i.e. the form'