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. HTML Form.
The "action" attribute tells the form to send the data to a script named "info.php," and "method" describes the type of action to be performed once the information is passed to the script.