1. Develop the previous form to be able to insert data to your database.
a. Create your own data base and a table for saving your data obtained from your form.
b. Open your PHP file and then add PHP code for connecting to MySQL and inserting the data stored in $_POST variable.