Mysql
 sql >> Database >  >> RDS >> Mysql

mysqli_fetch_array() si aspetta che il parametro 1 sia mysqli_result, booleano dato in

La query data a mysqli_query() non riesce e restituisce false .

Inserisci questo dopo mysqli_query() per vedere cosa sta succedendo.

if (!$check1_res) {
    printf("Error: %s\n", mysqli_error($con));
    exit();
}

Per ulteriori informazioni:

http://www.php.net/manual/en/mysqli.error .php