Coding help.

Associate
Joined
22 Aug 2011
Posts
240
I'm not sure how to really execute this, but here's my problem.

Basically, I'm in the final week of my third year project and my e-commerce based PHP project and I need to implement the following feature.

There are going to be three input boxes.

H ['Please enter product height...']
W ['Please enter product width...']
D ['Please enter product depth'...]

The user as situated above needs to enter the height x width x depth of the product that they would like to be calculated.

After they enter those 3 values, there is going to be a calculate button right below that, upon that click, their values are calculated and based upon the result it then processes a result based on my stored values.

The three possible results are going to fall into the following categories:
small, medium or large and based on these three values, there are going to be three prices. small price, medium price and large price.

Any one know what the best way to start is?

I know how to do it in my head, but I can't figure it out coding wise? >.<
 
Back
Top Bottom