top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

warning mysql_fetch_array() expects parameter 1 to be resource boolean given in

0 votes
404 views

warning mysql_fetch_array() expects parameter 1 to be resource boolean given in

Could the experts please comment on this, and offer some advice? Thanks a lot.

posted Jun 5, 2015 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Don't have the code sample so difficult to say about the correct way of coding. However the warning/error is pretty clear that function is expecting an array but Boolean is provided. So most likely the query has been failed i.e. False .

answer Jun 5, 2015 by Salil Agrawal
Similar Questions
+1 vote

I am using PHP along with mysql. Mysql default configuration allows to have 100 simultaneous connection which I want to chane to 200. Please help.

+1 vote

I have some problem
I have store the data in the database without encrypt but i am view the data encrypt method after 1 day and doesn't know the details.

I am using php and mysql, Could the experts please comment on this, and offer some advice?

0 votes

I 've just created some tables that I designed using the MySQL Workbench Model. However, the database type BOOLEAN which was in my models has been converted to TINYINT(1); I'm currently running MySQL Version 5.6.2-m5 on Windows 2008 server.

Any ideas why this has been removed ?

...