On Mon, 17 Jan 2000, Brandon Orther wrote:

> Hello,
>
> I am doing a math function where I divide one number by another.  I want it
> to give me a whole number though, and if it is anything above a number I
> want it to go to the next one up.
>
> Example:
>
> 4.0001  would equal 5
>
> 3.98 would equal 4
>
> 11.023 would equal 12
>
>
>   I hope you understand what I am trying to say.
>
>
> Thank you,
>
> --------------------------------------------
> Brandon Orther
> WebIntellects Design/Development Manager
> [EMAIL PROTECTED]
> 800-994-6364
> www.webintellects.com
> --------------------------------------------
>

ceil()

-- 
Ignacio Vazquez-Abrams  <[EMAIL PROTECTED]>


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