T O P I C R E V I E W |
T00N |
Posted - 05 Mar 2009 : 14:32:53 I've been asked to develop a website on which customers can make calculations.
It's for a taxi company and customers must be able to choose the departure adress, the number of people and the destination. Then there must be a calculation to show the price.
What is the way to go with this?
|
4 L A T E S T R E P L I E S (Newest First) |
T00N |
Posted - 07 Mar 2009 : 21:53:29 Oke, just got the excel sheets.
It's quite simple, they have a list of thirty vilages in the area and for each airport they bring people to they have a price per village.
So if it was me I 'd just put it in a table but I guess that a form with select boxes looks better. |
T00N |
Posted - 06 Mar 2009 : 13:56:04 I'm not sure.
On the telephone they told me they do it in excel at the office...
When I get the excel files I'll have a closer look and let you know. |
petran |
Posted - 06 Mar 2009 : 13:07:11 Calculating a price is not so difficult using PHP. I think your main problem will be to get the distance between place of departure and destination. Do you know if there is such a service online? |
s.dav |
Posted - 06 Mar 2009 : 10:32:58 As always you can do this in two ways: 1- by javascript 2- by server code like .php or .asp
|