hola, estoy utilizando la funcion mysqli_prepare pero me da un error
Commands out of sync; you can't run this command now, el trozo de codigo es:
Código PHP:
Ver original$sqlco = mysqli_prepare($conn, "select code, confirm from ibk_user where email=?");
if ($confirm==0){
.........
Gracias