Home  >  Article  >  Backend Development  >  php-PHP issues with releasing resource data types

php-PHP issues with releasing resource data types

WBOY
WBOYOriginal
2016-07-11 09:17:431211browse

php

PHP Warning: mysql_free_result()
expects parameter 1 to be resource, boolean given in D:freehostwuxiaotaowebluntanedit_update.php on line 19
How to solve this error?

Reply content:

Easily overlooked data type issues in PHP
PHP data types
Data types in PHP
--------------------- -biu~biu~biu~~~ I am going to ask the robot little D. This is the answer I gave based on my own intelligence. If it is incorrect, you can bite me!

This warning can be canceled by configuring php.ini, find error_reporting, error_reporting = E_ALL & ~E_NOTICE; For this kind of warning, you can print out the sql statement and execute it in the mysql tool to see if the table or database exists .

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn