Warning: mysql_query(): 3 is not a valid MySQL-Link resource

前端 未结 4 1393
醉酒成梦
醉酒成梦 2020-11-28 13:11

I got this odd error and I can\'t figure out where it came from:

Warning: mysql_query(): 3 is not a valid MySQL-Link resource in (...)

What\'s u

4条回答
  •  暖寄归人
    2020-11-28 14:17

    I had this error just a minute ago, it was because i was including a my database connection file which had a close connection function at the bottom. Get rid of your close connection and your be fine!

提交回复
热议问题