It has to do with you assuming everything will work 100% 
of the time.  It won't.  mysql_query() returns false on 
failure, check for that.  Read this recent thread:

 http://marc.theaimsgroup.com/?l=php-general&m=105517588819420

Also, this faq explains it:

 http://www.php.net/manual/en/faq.databases.php#faq.databases.mysqlresource

Btw, what do you expect: $register_globals; to do in your
code?  It won't do anything useful.

Regards,
Philip





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

Reply via email to