Question
Use any mySQL database to connect($con = mysqli_connect ) - 1. Write a file named hw4a.php. This file should create a form that sends its
Use any mySQL database to connect($con = mysqli_connect ) -
1. Write a file named hw4a.php. This file should create a form that sends its action to hw4b.php. The form should contain a select whose options contain values that are the customer ids, and the options should display the names of the customers.
2. Write a file named hw4b.php. This file should display all data for the chosen customer.
3. Write a file names hw4c.htm. This file should contain a form that sends its action to hw4d.php. The form contains text fields for all fields of the CUSTOMER table except the customer id.
4. Write a file named hw4d.php. The file should then insert the new record in the Customer.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started