On Wed, 5 Dec 2001, Matthew Hagerty wrote: > The issue that kicked this whole thing off came about because I have to > deal with money values. PHP only has integers and doubles for dealing with > numbers, not counting boolean (unless I missed one), so you can't really > reliably represent, say $3.55. Money math is a tricky beast and values
You can also use 1 1/100 of a dollar as unit, so that $3.55 would be represented as 355. Derick -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]