Articles: 843 | Categories: 148   
   
   
Home Articles Contact Us
 
 
 
 
Mileage Calculator (0 Comments)
Admin: Posted Date: April 4, 2010

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.

How-To Use In PHP
<?
  include( "DrivingDistanceCalcFunctions.php" );
  getDistance( $fromZipCode, $toZipCode );
  echo "Distance between ".$FromCity."(".$FromState.") and
          ".$ToCity."(".$ToState.") is <b>".$DrivingDistance."</b> miles";
?>

How-To Use In ASP
<!-- #include file="DrivingDistanceCalcFunctions.asp" -->
<%
  call getDistance( fromZipCode, toZipCode )
  response.write "Distance between " & FromCity & " - " & FromState & " and " &
                         ToCity & " - " & ToState & " is <b>" & DrivingDistance & "</b>"
%>

 

 

 
 
Add a Comment:
 
(You must be signed in to comment on an article. Not a member? Click here to register)
   
Title:

Comments: