Hi, I was wondering if someone could provide me with some insight into saving form data temporarily. I know the data can be passed as an array through POST, saved into a cookie, database, or flat file. I don't really like the flat file, cookie, or database methods but using POST when I have at least a hundred fields seems to be... inadequate. For example, I am building a page (http://www.cornofstarch.com/quote%20maker/) that will take data from 100+ fields. However, I want to run several special insurance form data "checks" before I save the entire thing into the database. What is the simplest but most effective way to do this? I mean, it's easy if I only have ~10 form fields. However, I'm going to have 100+ and that kinda changes the whole picture! Some input would be greatly appreciated. Thanks!
~Starchy