tsguitar2004
11-21-2004, 02:44 AM
Using two forms I found online (this one (http://www.phpfreakz.com/library.php?sid=156) and this one (http://www.apptools.com/phptools/forms/forms5.php)), I'm getting close to building what I need.
I need to add the ability to require that certain fields of the form are filled out before sending the form (without javascript).
I need to, sometime later, allow for those filling out the form to send more than one file.
And, of course, I need to be sure that a "mallicious user" won't take advantage of some gap I've left in posting this form.
I've tried to put some code in both forms, but I really don't know where to put it. The Apptools site had a pretty good (short) tutorial that had me thinking I understand what's what. But when I tried to make specific fields required, I had trouble. They mention adding error checking, but I can't make that happen with the knowledge I have right now!
Thanks for your help. Cheers.
-ts
I need to add the ability to require that certain fields of the form are filled out before sending the form (without javascript).
I need to, sometime later, allow for those filling out the form to send more than one file.
And, of course, I need to be sure that a "mallicious user" won't take advantage of some gap I've left in posting this form.
I've tried to put some code in both forms, but I really don't know where to put it. The Apptools site had a pretty good (short) tutorial that had me thinking I understand what's what. But when I tried to make specific fields required, I had trouble. They mention adding error checking, but I can't make that happen with the knowledge I have right now!
Thanks for your help. Cheers.
-ts