Fw: [PHP] problems with round ..

2001-06-30 Thread Gyozo Papp
- Original Message - From: Clayton Dukes [EMAIL PROTECTED] To: Gyozo Papp [EMAIL PROTECTED]; Chad Day [EMAIL PROTECTED] Sent: 2001. jĂșnius 29. 20:50 Subject: Re: [PHP] problems with round .. Hey, Could one of you do me a favor and post this to the list, it doesn't seem

Re: [PHP] problems with round ..

2001-06-29 Thread Gyozo Papp
:27 Subject: RE: [PHP] problems with round .. Yes, it is. I've tried it on a couple different php4 servers, I've never gotten it to work. Chad -Original Message- From: CC Zona [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 8:00 PM To: [EMAIL PROTECTED] Subject: Re

Re: [PHP] problems with round ..

2001-06-27 Thread CC Zona
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Chad Day) wrote: $BLAH = round($BLAH, 2); Spits out a wrong parameter error. I've tried quotes around the variable, the parameter, and any combinations, but it still pukes on me. Why can't I specify a precision? According to the manual,

RE: [PHP] problems with round ..

2001-06-27 Thread Chad Day
Yes, it is. I've tried it on a couple different php4 servers, I've never gotten it to work. Chad -Original Message- From: CC Zona [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 8:00 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] problems with round .. In article [EMAIL

[PHP] problems with round ..

2001-06-26 Thread Chad Day
I'm trying a simple round in php4 and having problems .. rounding to 2 decimal places.. $BLAH = round($BLAH, 2); Spits out a wrong parameter error. I've tried quotes around the variable, the parameter, and any combinations, but it still pukes on me. Why can't I specify a precision? Thanks,