Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<?php
if (isset ($_POST['some field from the form']))
{
//process the input from the form, including inserting
//the data into mysql
//display "success" message and form
}
else
{
//display blank form
}