Usando le istruzioni preparate non c'è fetch_array() . Usa mysqli_stmt::fetch() invece o per recuperare più record usa mysqli_stmt::fetchAll()
Controlla il manuale:mysqli_stmt::fetch() o mysqli_stmt::fetchAll()
Usando le istruzioni preparate non c'è fetch_array() . Usa mysqli_stmt::fetch() invece o per recuperare più record usa mysqli_stmt::fetchAll()
Controlla il manuale:mysqli_stmt::fetch() o mysqli_stmt::fetchAll()