> When I do this calculation, 77 * 2.00 = 154.00 but with PHP, it return only > "154".
What do you get if you do: 77 * 2.01? for the ".00", you might want to look into using number_format(); Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php