prepare($sql); $stmt->bind_param('s',$_COOKIE['usuario']); $stmt->execute(); $res = $stmt->get_result(); $fila = $res->fetch_array(); if($_COOKIE['usuario'] != $fila['USUARIO']) { include('includes/eat.php'); eatCookies(); } else { $_SESSION['USUARIO'] = $fila['USUARIO']; $_SESSION['GRUPO'] = $fila['GRUPO']; $_SESSION['CONTACTO'] = $fila['CONTACTO']; $_SESSION['AWA_SESION_ID'] = $fila['AWA_SESION_ID']; header('Location:dashboard.php'); } } $page = ''; ?>
El usuario no existe!
El email no existe!
Clave restablecida - espera el email