All interactive programs provide two basic functions: obtaining user input and displaying the results. Web applications implement this behavior using two HTTP methods: POST and GET respectively. This ...
What is the action on the HTML form? Is it submitting to a PHP page? If so, add code there to add the data to a db table.