-
MyOSGB PHP Script is a simple lightweight PHP script written for PHP5. Meanwhile, its purpose is to simplify distance calculations between Eastings and Northings, National Grid References or a combination of all three. It can convert Eastings and Northings to National Grid References and vice-versa. All distance calculations are performed in miles, but there is an optional switch to change ...
-
This is a simple PHP script to show the distance between places on Earth. Users have a form in front of them, where they can enter the locations in and submit it.The script will calculate the distance between the two points, showing the locations on maps, while also a map with the two points linked.
-
This class can be used to perform calculations with gravity values. It can calculate the attraction force between two bodies with a given mass values and distance between them and the attraction force to Earth of object with a given mass value. Requirement: PHP3.0 or Higher
-
This script can be used to find the shortest path in a map. It takes an array with the definition of the weights of the positions of the map and the path start and end positions. This script is used for a few in-development browser based games which utilize tile-based square maps. Map is stored as an array of tile's, ...
-
This script can be used to calculate the distance between Earth two points. It takes the latitude and longitude coordinates of two points of the Earth and calculates the distance between them using the Haversine formula. The distances may be returned in Kilometers, meters, miles, yards, feet or inches. Requirement: PHP 5.2 or higher
-
Calculate Distance and Radius in PHP calculates the distance between two locations by using latitude and longitude from ZIP code, postal code or postcode.The result is available in miles, kilometers or nautical miles based on great circle distance calculation.
-
Graf is meant for computing all the possible ways from a point to another and the distance between them.
-
Zip/Postal Code Lookup Class is an HTTP request containing a zip or postal code is sent to the Eyesis Web services API. The class returns the response in an array with the associated country, province, city, latitude and longitude.Zip/Postal Code Lookup Class can also calculate the distance between two locations given their zip or postal codes.Requirements: PHP 5.0 or higher
-
This PHP script takes the coordinates of a set of points and draws lines that minimize the distance to the points using the least square fit PHP algorithm. The generateded graph will be saved to PNG image file. Requirements:- PHP 4.0 or Higher
-
Geographic Distance and Azimuth Calculator is a PHP and (MySQL) API that is useful in performing distance calculations between two distinct points on the earth's surface. The script is used in most GIS (Geographic Information Systems), these are standard algorithms with various levels of accuracy. Simple example of uses for this software would be to find the nearest store location ...
-
The Google Maps API is called in order to obtain the latitude and longitude of the specified cities.distance class uses the retrieved locations to compute the air distance between the cities in either kilometers, miles or sea miles.Requirements: PHP 5.0 or higher
-
MoonPhase takes a given day, month and year and determines the phase of the Moon for that day. It can also compute the distance of the Moon to the Earth. HTML code used to display a picture representing the computed Moon phase, can also be generated. Requirements: PHP 5.0 or higher
-
Dijkstra can be used to find the best route between two points using the Dijkstra algorithm. It takes as parameters an array with all possible routes between to points and the start point. Dijkstra can get the best path and the distance to each network point. Requirements: PHP 5 or higher
-
Qibla Direction Calculator PHP Class pre-calculates and later uses the Great Circle Distance and Great Circle Direction. Qibla Direction Calculator PHP Class is easy to use, try it now !
-
If you've ever needed the ability to lookup geographical information for a particular zip or postal code in PHP, look no further!Zip/Postal Code Lookup Class is your all-in-one geo data lookup class. Zip/Postal Code Lookup Classwill query a database and get the city, province (or state), country, area code, time zone, and coordinates. It can also calculate distances between two ...


