PHP – Insert Form Data Into MYSQL Database Using PHP
Insert Form Data Into MYSQL Database Using PHP
In this tutorial I have created one html form and one insert.php page. In HTML form have used POST method to send the Data to insert.php, an in insert.php first i used mysqli_connection for connecting to MYSQL Database Engine, After that i used mysqli_selefct_db for selecting Datbase, and at last i used mysqli_query for inserting Data in mysql Database.
-~-~~-~~~-~~-~-
Please watch: “Registration Form In PHP adn MYSQL”
-~-~~-~~~-~~-~-
source