On my site I have a form that is generated automatically from database. What I want is when user submits the form to take users results and display them inside the table.
I know I can get all results from the form from $_POSt but how can I loop through them to insert the info into a table. Can anybody help?
Here is the HTML example of what I want to achieve:
I know I can get all results from the form from $_POSt but how can I loop through them to insert the info into a table. Can anybody help?
Here is the HTML example of what I want to achieve: