Reference no: EM133272404
Assignment - Develop php based product order calculator web page that does the following:
When the page is opened it shows a list of three products (you are free to choose any types of products). The list should contain an image, a brief description, and price information for each product. Also, for each product item, there needs to be a user input area (a textbox or a pull down menu) where users can select the quantity of the product item they want to order.
The web form will contain a text box where users will enter their email addresses.
The web form will include "reset" and "calculate" buttons.
Once users click on "calculate" the PHP code will sum up the cost of the products selected by users. It will display the calculated sum either in a new window or inside the page. The php code should store the product selections (together with quantities for each product), the email address, and the calculated total in a table on the database.
If user clicks on "reset", all user selections will be cleared.
Make sure to develop a professional looking layout.
Develop a second php-based web page that is linked with the first page explained above.
Once opened, the page should display a list of calculations run by users. The page should list the email adresses, the product selected, quantities selectd for each product, and the total of the cost of the selected items.