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

Re: [PHP] problems with round ..

2001-06-29 Thread Gyozo Papp
This code works fine with PHP 4.0.5 on Win. '; } ?> - Original Message - From: "Chad Day" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: 2001. június 27. 17:27 Subject: RE: [PHP] problems with round .. > Yes, it is. I

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 artic

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

[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, Ch