Question: The goal for my PHP assignment is to create an order page for a business that sells one product. For this part, I need to
The goal for my PHP assignment is to create an order page for a business that sells one product. For this part, I need to create a simple database to store the orders. I may design my database as I wish, but it should be rather simple, and make sense for the application (that may mean only one table). Populate the database with some data at least 5 entries for each table as appropriate. I also need to create a summary page that will display all of the orders neatly in a table, and display the data three times in three, separate, labeled tables, ordering by last order placed first, first order placed first, and highest quantity ordered by customer first.
This is what I have already for my PHP code from the first part:
PLEASE ENTER A VALID PHONE NUMBER ('xxx-xxx-xxxx' and make sure to use dashes)"; $error++; } if($error == 0){ echo "
Thanks for providing your phone number!
"; echo "You provided: $tele
"; } } ?>
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
