php-PHP issues with releasing resource data types

WBOY
Release: 2016-07-11 09:17:43
Original
1214 people have browsed it

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 .

Related labels:
php
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!