ok I am working on a massive website for a client, he wants a form to accept a ton of information, the form has over 1,000 fields now I obviously am not going to name all the fields appropriately so the easiest way is [php]
…
[/php]
ok now the problem in question, I would have to create one friggin crazy database each row would have over 1,000 fields LMAO!!! I know I bet you are laughing too!!!
I need some ideas about the easiest way to do this!
once i write all the inputs what php would you use to collect the information and insert and how would you set up the database cause I think this might be a huge problem with mysql performance.
Any ideas are welcomed!!!
never mind got it all figured out!