Hi,
I am working on a PHP form with a set of input fields, and 3 buttons.
1. The ADD button will take the input and add it to a table displayed on the same page just bellow the input fields.
2. The SUBMIT button will deposit the entire table to another page for processing.
3. The Reset button will reset the input fields.
I am unable to define the working of the 1st button.
Please help me out.