Warning: mysqli_error() expects exactly 1 parameter, 0 given error

后端 未结 4 1620
夕颜
夕颜 2020-11-27 19:58

I get the following error

Warning: mysqli_error() expects exactly 1 parameter, 0 given

The problem is with this line of the c

4条回答
  •  误落风尘
    2020-11-27 20:05

    mysqli_error function requires $myConnection as parameters, that's why you get the warning

提交回复
热议问题