Posted by BKDotCom on 11/21/06 20:38
I find it much easier to contain everything in one file.
In said file, I'm able to define all the fields (type of field, is it
required, how to validate it, etc) of the form and if the form is
multi-paged or not.
I then pass that to a function that processes the input and either
prints out the form (with user feed back error messages) or deals with
the submitted data.
[Back to original message]
|