* Thus wrote Carl Furst ([EMAIL PROTECTED]):
> IF $int is null and I have a test
>
> If($int < 1) {
> //do some foobar
> }> > will $int be evaluated as a zero? IF I cast (int) $int.. will that turn a > null $int into a zero?? <?php echo (int) null; ?> 0 Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

