suppose i have a form, then the fields are generated dynamically (because each user can generate any number of fields in a new table and i read the fields from that table and put it in the form)

So, how do i put that form data into an array, because the field names are done by the user and i won't have any idea what they are.

thanks!