Hi,
I am running a query on the database to get the avg of a few fields, I am
getting a result something like this:

5.0000
4.0000
5.0000

I dont want to use such big averages and want to cut the last to digits off
so it will be something like:
5.00
4.00
44.23
etc

I visited the manual and had a look at a few functions like trim,
rtrim,ltrim,chop,explode etc....which one is right for me? most of them are
dealing with whitespace so it does not make much sense right now with my
current output....

Please help.

Thanks,
-Ryan




We will slaughter you all! - The Iraqi (Dis)information ministers site
http://MrSahaf.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to