Posted by Tim Roberts on 05/14/05 09:54
"Phil Latio" <phil.latio@f-in-stupid.co.uk> wrote:
>
>if ($result)
>$total = $result->RecordCount();
>
>Is this if statement purely looking for the prescence of the variable of
>$result before executing?
Presence, maybe, or perhaps a "null" error result from some API.
--
- Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
[Back to original message]
|