ERROR: Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\…\….php on line 19 [duplicate]

Probably mysql_query() failed. In this case it returns false. Use mysql_error() to find out, what happens.

Leave a Comment