How to delete rows in a table in html using php or javascript NOT THE DOM?
I am having a problem deleting a row in my table in html code. I cannot use the dom due to the fact that my table is stored in another file so using the dom would not work. is there a way to delete the row (not from sql/database).
No comments:
Post a Comment