Falcon's Mileage Calculator is a web package
for calculating the driving distance between two cities from USA or
Canada. Falcon's Mileage Calculator can be used in your web
applications. It is written in PHP and database support is not
necessary.
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.
|
|
<?
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>"
%>
|
|