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
Get step-by-step solutions from verified subject matter experts
