Hi

Lets say $foo=20.12345

In php4 you can use : $foo=$round($foo,2);  to get $foo=20.12

What can I use in php3 to get the same result.  $foo=$round($foo); gives 
me $foo=20 Not what I realy want???

Thanks 

Ajdin


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