I need a interactive table. By word interactive I mean "I should be able to add rows and delete them from table".
Above table I have input fields. So script should take value of each input field and add to table. But in the table should be a cross (for deleting rows), and once i click on it row gets deleted.
Also I ust somehow pass all rows to php script.
How can I do all of that?