You should not use $query as a parameter for mysqli_error(). use echo mysqli_error($connect);. Just after trying to connect you can also ...
確定! 回上一頁