mysql_fetch_array() returns 'supplied argument is not a valid MySQL result resource'

前端 未结 4 1703
陌清茗
陌清茗 2020-12-22 04:38

I am trying the following code:



        
4条回答
  •  离开以前
    2020-12-22 05:31

    Are you getting anything returned? If no results are found, mysql_query returns FALSE.

    Check that before running fetch_array.

提交回复
热议问题