Question: A) add statements to the php file that use the $_POST array to get the product description, list price, and discount perecnt from the form.
A) add statements to the php file that use the $_POST array to get the product description, list price, and discount perecnt from the form. Then, modify the first three echo statements so they display this data.
B) Add statements to the php file that calculate the discount amount and discount price. Then, modify the last two echo statements to they display this data.
C) add statements to the php file that format the mumeric variables with the currency and percentage formats. Then, modify the last four echo statements so they display the formatted data.
I have attatched the php file and the index file if needed.
php file:.
This page is under construction
index file:
Product Discount Calculator
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
