切换了webhosts,它让我把我的博客php更改为mysqli,我正在尝试更改它,但是收到错误, 任何人都可以告诉我为什么我在回复这行代码时会出现以下错误以及我应该如何陈述它。
感谢
警告:mysqli_query()期望参数1为mysqli,给定字符串 在/home/u962472465/public_html/blog/index.php第36行
警告:mysqli_error()正好需要1个参数,给出0 第36行/home/u962472465/public_html/blog/index.php
$getArchives = mysqli_query($query_getArchives, $sevendg_blog) or die(mysqli_error());