PHP scripts. Programming Resources, Algorithms, E-Book Links, Tutorials, Faqs and Sample Code Source Code Examples for PHP.











Php Scripts - Calculators



Geo Calc
This PHP class can be used to calculate the distance between two points of latitude and longitude. The formulas utilized are the Great Circle method, Ellipsoid Approximation, and a more accurate Ellipsoid Calculation.
Simple Calculator
A rather complex calculator script featuring such operations like adding and dividing fractions. It has all the basic functions of a calculator like adding, subtracting, dividing, and multiplication.