> [snip]
> Off hand, I would agree.  And that is what I would expect.
>
> However, the *exact* same setup on a different server gives me a result
> of
> 'FALSE' properly.  The other server has php 4.3.3 on it - the one giving
> the
> improper response has php 4.1.2.




$which_person = mysql_query("SELECT ID FROM tblItems WHERE number =
$place");

                $vthere = mysql_num_rows($which_person);

                if ($vthere == '0') { True } else { False }


What should this return? True or False?

-Mike




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to