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.
Inserting a string into a MySQL table is a matter of logging into the MySQL server, then issuing an "insert" command for the table column that holds text data.