> I need a function that rounds up fractions (0.10) not an integer like
> ceil, or what parameters do I need to give to ceil() to round up
> fractions?
> I hope you understood me.
> Thanxs.
> Marcelo

How about round()?

www.php.net/round

---John Holmes...



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

Reply via email to