Insert DATA into a MySQL Database

To insert data into a MySQL database you use the MySQL insert function in a query. The syntax of the insert function is   $sql = “INSERT INTO db_table (paramaters that will be inserted) VALUES (data, data, data)”; Next you will pass the $sql is to mysqli query method in PHP. In the following video I will talk about inserting DATA into a mysql database.

http://phpsourcecode.kevinsitinfo.info/application/index.php