Can I create tables in the database dynamically with the columns created based on the values entered in a web page?
Actually I need to create an application that users can use for creating forms and templates,get data from others by mailing the link and store them in the database. Each user may create a different form with different fields and send it to a number of people who in return fill in the data and submit the forms. So how do I store the data,since each form has different fields?