Can anyone help me figure out what is wrong with this code?

后端 未结 4 849
别跟我提以往
别跟我提以往 2021-01-24 22:24


        
4条回答
  •  粉色の甜心
    2021-01-24 23:23

    try:

    $count = mysql_numrows($data);
    

    it says you're passing the mysql_numrows an array when it expects a resource.

提交回复
热议问题