Question
Create four PHP Pages and ListCustomers.php FormAddCustomer.php or FormAddCustomer.html FormEditCustomer.php AddNewCustomer.php EditCustomer.php DeleteCustomer.php ListCustomers.php shows the list of records from the customers table. Display the
Create four PHP Pages and
- ListCustomers.php
- FormAddCustomer.php or FormAddCustomer.html
- FormEditCustomer.php
- AddNewCustomer.php
- EditCustomer.php
- DeleteCustomer.php
ListCustomers.php shows the list of records from the customers table. Display the following
- Customer Number
- Customer Name
- Contact Last Name
- Contact First Name
- City
FormAddCustomer.php or FormAddCustomer.html a page where you will add a blank form and enter information to be added to your customers table FormEditCustomer.php a page where you will shown the record in a form and be able to change the content or data of your customers table
AddNewCustomer.php This form will allow you to Add record. use INSERT to add record to your customers table
EditCustomer.php This form will allow you to Edit record. use UPDATE to make change on the record to your customers table
DeleteCustomer.php This form will allow you to Remove record. use DELETE to remove record to your customers table
Using ClassicModel database
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