Forms for multiple dynamic tables

Forms for multiple dynamic tables

sbinmahfoozsbinmahfooz Posts: 9Questions: 4Answers: 0

Hi,
i have created a multiple tables using different nested foreach loops to show my data in a the DataTable, to create the Tables and the Rows dynamically. inside the form.
Now i am not using Ajax, i am using the POST method and i am creating my script to submit the data to mysql database.

my question is: how to get the data in a way that it represents a row of data for each entry? i have used serialize. but don't know how get it in my server side script i am creating.

regards

This discussion has been closed.