> If you want clarity, why not:
>
> if($r == 0) {
> ...
> } else { // $r != 0
> }Hmm. That's a good idea. Yeah, I was sure the else-if method wasn't faster. I just wasn't sure if it was slower, or if that really mattered. But your method seems fine, and I have no idea why I didn't think of that. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

