Im building an application where a user will need to go through a multiple page form which will have 30+ fields of data, including image uploads.
What im wondering is what the best way of setting up my database will be? Do I split the data up over multiple tables, or would it be better to put all the data into one table?
Im not sure, I can see pros and cons to both... Anyone have any input on the matter?
Im looking at building the app with codeigniter.
Cheers