Hi Guys,

I am querying my MySQL database with this sql:

$q->ezi_query($db, "SELECT id FROM words WHERE word='$word'");

ezi_query() is just a class - an database layer so the databases can be
swapped.

Then I check the result to see if it worked. But all I get in the result is
Resource id #5 - this number can very sometimes as I am doing these query in
a loop and it just counts up..... to 8. But I am querying for $word which is
a string which is not in that table in the database?

Does anybody now what this means?

Thanks.

Scott



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to