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.
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?