|
Getting Table Data into PHP
Hi
I have a script that displays a table with the ability to add and delete rows (ltd-add-company-01.php)
The code to make this work is located in this file:
(mma-functions.js)
I am able to add and delete rows perfectly.
The problem comes in when I try to get the information from php.
It seems to onlly read in 1 row and ignores all the other rows.
I don't know how to resolve this issue.
Hoping someone can help me out here.
Thx.
|