$rs = mysql_query("SELECT user, userid FROM House WHERE userid='$userid'");
This return Resource id #37
The table House is empty, shouldn't it return FALSE?
According to the manual http://php.net/manual/en/function.mysql-query.php
I have always gotten FALSE on error, but not this time. Can someone explain, thanks!