Hi,
I am trying to set up a form, and I want to process it using PHP and dump the results into a database (I think).
Here's my question: this form is fairly long, so I'm thinking the only way the owner will make logical sense of the input is to save it in a database and retrieve it in a ordered fashion when needed. I was considering just sending the data as an email plain text file, but I don't think that's even close to feasible. What do you think?
Also, since the form is fairly long, should certain parts of it be sent to specific tables, or should the entire form make up one huge file? I really am confused with this, and am not sure how to plan the database.
Any advice would be wonderful.
Thanks,
Amanda