I want to post this html table on submit button click.
01 - I want to retrieve the data of this table in php code (server side) 02 - I also want to display this tabl
You need to add input field in your table to post data. like
If you do not want to display field then you can make field hidden by using type="hidden"
type="hidden"
Add action attribute in your form.
Action attribute indicates the url on which your data will be posted.