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,
Chad


-- 
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