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, the second parameter is only available in PHP4--is 
that what you're using?

-- 
CC

-- 
PHP General 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]

Reply via email to