News

Create an HTML Web page and capture the data with an HTML form, then pass the data from the form to a PHP script and use PHP to insert the form into MySQL.
The basic form is as follows: Data Entry Form FIELD1: FIELD2: Create the PHP file to read the form fields, make the connection to the database and insert the data into the database.