- Code: Select all
PHP Warning: mysql_free_result(): supplied resource is not a valid MySQL result resource in /usr/local/.../xxx.php on line xxx
Couple functions might help
is_resource
http://us3.php.net/manual/en/function.is-resource.php
get_resource_type
http://us3.php.net/manual/en/function.g ... e-type.php
