PHP Project 1

I want you to create a web page that will allow the user to enter the following information:

The next page will be a bit busy. I would do one section at a time and write on paper the code that it takes for each section. That is up to you though. I will break down each section below.

1) First it needs to thank the customer for their order.

2) Tell the customer where you will ship the product.

3) Tell the customer the quantity, description and how much the product will be. (You will need to calculate this using the sales tax.) Make sure the price has a dollar sign.

4) Break down the price for the customer. (Sub Total, Tax Amount, and Final Total)

5) Tell the user that you will charge the credit card the final total. Replace the final total with the actual money amount.


PHP Examples | Class Syllabus