PHP how to find Odd and Even numbers

Here is how to find odd and even numbers in php.
Continue Reading »

Formatting Numbers in Flash for Commas

Here is how to use actionscript to format a number in Flash with commas per thousands.
Continue Reading »

Actionscript Converting Negitive to Positive Numbers

Needed to know the simples way to convert a number from positive to negative or negative to positive in actionscripts. Here it is.
Continue Reading »

PHP Round Off Decimal or Convert to Decimal Point

Round a number up or down or Round off a floating decimal point number using PHP’s functions round(). Or convert a digit to a decimal point. Greate for shopping carts or time sheet programs.
Continue Reading »