|
||||||||||||||||||
Click here to see the latest version of our mileage calculator.
Falcon's Mileage Calculator is a web package for calculating the driving distance between two cities from USA or Canada.
Falcon's Mileage Calculator is easy to use, highly-integrated package that can be used in your web applications. This Driving Mileage Calculator was written in PHP and
ASP, and data base support is not necessary.
If you need help to integrate this calculator into your website please click here and we will be glad to help you.
|
||
|
<? include( "DrivingDistanceCalcFunctions.php" ); getDistance( $fromZipCode, $toZipCode ); echo "Distance between ".$FromCity."(".$FromState.") and ".$ToCity."(".$ToState.") is <b>".$DrivingDistance."</b> miles"; ?> |
||
|
||
|
<!-- #include file="DrivingDistanceCalcFunctions.asp" --> <% call getDistance( fromZipCode, toZipCode ) response.write "Distance between " & FromCity & " - " & FromState & " and " & ToCity & " - " & ToState & " is <b>" & DrivingDistance & "</b>" %> |