search

Home  >  Q&A  >  body text

It's always this problem

Warning: mysqli_set_charset() expects parameter 1 to be mysqli, resource given in

WINGWING2570 days ago1345

reply all(1)I'll reply

  • 寻觅 beyond

    寻觅 beyond2018-02-09 14:25:29

    Classmate, official manual link: http://php.net/manual/zh/mysqli.set-charset.php

    bool mysqli_set_charset ( mysqli $link , string $charset ), requires two parameters. Your problem should be caused by failure to connect to the database, so you can test whether the connection to the database is successful

    reply
    0
  • Cancelreply