- calc01.php
This is a simple calculation script that calculates and prints the results of hard-coded values.
Price: Free
http://www.thickbook.com/srccode/phpessentials/php_srccode_ch2-2.phtml
(Rating: 0.00 Votes: 0)
Rate It
Review It
- calc02.php
This is a simple PHP calculation script that calculates and prints the results of hard-coded values. In this script, the output is formatted using sprintf.
Price: Free
http://www.thickbook.com/srccode/phpessentials/php_srccode_ch2-3.phtml
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Convert
This is a code snippet that converts measurements such as degrees Celsius and Fahrenheit; centimeters and inches; meters and feet; kilometers and miles; kilograms and pounds; milliliters to ounces; and for fun, regular beers and tall beers. This was created for the expatriate American. It distinguishes singular and plural in the first value (for example, it will say 1 ounce, 2 ounces, and so on). Reloads if no values are given. It ignores extra spaces in the input, so -1 and - 1 (see the space) are the same. Theres also a quick & dirty check to make sure the first value given is not a letter, returns with a warning.
Price: Free (GPL)
Version: 1.0
http://www.phpbuilder.com/snippet/detail.php?type=snippet&id=226
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Lucky No. Calculator
This is a PHP script that computes a lucky no. of a given birthdate.
Price: Free
Version: 1.0
Platform: Unix, Win NT
http://devhome.net/php/scripts/birth.html
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Show and Do Calculate A
This is a HTML form-based PHP script that allows you to perform calculations on input values. This version uses input boxes to capture the values.
Price: Free
http://www.thickbook.com/srccode/phpessentials/php_srccode_ch2-4.phtml
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Show and Do Calculate B
This is a HTML form-based PHP script that allows you to perform calculations on input values. This version uses drop-down menus to capture the values.
Price: Free
http://www.thickbook.com/srccode/phpessentials/php_srccode_ch2-5.phtml
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Wargoats Simple Calculator
This is a good calculator script that takes user input and can perform 23 functions including Add, Subtract, Multiply, Divide, take the Sin, covert to Hex, square root, and more. It is easily customizable with a little knowledge of PHP and HTML.
Price: Freeware
Version: 1.0
http://wargoat.hobbiton.org/calc/
(Rating: 0.00 Votes: 0)
Rate It
Review It
|