php mysql_query return empty value
Posted
by proyb2
on Stack Overflow
See other posts from Stack Overflow
or by proyb2
Published on 2010-05-16T08:15:30Z
Indexed on
2010/05/16
8:20 UTC
Read the original article
Hit count: 199
php
I create a directory listing and came across this issue.
what value does mysql_query($query1) return if there is no value
My script received this message from $result, would it be alright to pass array(0)? Warning: mysql_fetch_array($result) expects parameter 1 to be resource, array given in
© Stack Overflow or respective owner