I am making a php application for saving data, it is using table inside form, I want to save data from table to mysql using PHP.
Parse html table using file_get_contents to php array I am coming through this question but in this the DOM loading another file, but my table is in the same file.
can any one suggest me how can I do this?