Question: Create a PHP Program that perform the following a. Connect to database server b. Create database under your name (DB_YOURNAME) c. Create 2 tables i.

Create a PHP Program that perform the following a. Connect to database server b. Create database under your name (DB_YOURNAME) c. Create 2 tables i. Table 1 : Customer ( Cust ID, Cust Name, Cust PhoneNo, Cust Email, Cust Address,Cust Location) ii. Table 2 : Product (P ID,P Name,P Quantity, P Category) d. Insert,delet, select,ubdate sample data into the two tables
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
