Skip to content

Opening book details…

About this document

PHP Database Connection Guide by shamagondal is a document available to read on EtoBox.

The document discusses connecting to a database and inserting/selecting data from tables in PHP. It provides code to: 1) Create a database called MCN and connect to it. 2) Create a table called "employee" with fields for name, designation, salary, and qualifications. 3) Insert data into the employee table from HTML form inputs using an INSERT statement.

Author
shamagondal
Language
EN