Can anyone please help me out in this problem. I am in real trouble and I don't know how to go ahead with this.
I have a tr
tag which contains multiple div
tags in it.
Whenever user clicks on a 'Add' link, the same tr
gets cloned with an incremented id and appended to the table.
Now, I want to enter everything under each tr
into the mysql database using php. I really don't know how to do this.
The hierarchy is like this:
tr-->td-->div(many)-->input fields(many) like chkbox,textarea,radio,input
The deadline for my project is nearing and I am really stucked upon this.
<tr>
's?