mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\qcc\truckdelivery.php on line 9 no database selected

后端 未结 2 1090
我在风中等你
我在风中等你 2020-12-07 05:32



        
2条回答
  •  日久生厌
    2020-12-07 06:03

    Your connect.php file is probably missing a mysql_select_db() statement. Check that.

提交回复
热议问题