php.net/floor OR
<?
list($w,$d) = split('.','4.9');
echo $w;
?>
Justin French
on 28/12/02 8:49 PM, Peter Lavender ([EMAIL PROTECTED]) wrote:
> Hi everyone,
>
> I have a nubmer: 4.1 but I only want the whole number 4, even if it's
> 4.9, so this rules out using round (Unless I missed a parameter).
>
> How could I do this.. I'm drawing a blank...
>
> Pete
>
>
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

