Ver Mensaje Individual
  #4 (permalink)  
Antiguo 04/08/2009, 09:55
rcontreras23
 
Fecha de Ingreso: agosto-2009
Mensajes: 8
Antigüedad: 15 años, 8 meses
Puntos: 0
Respuesta: problemaa con "IF y MYSQL_QUERY

nada... me sigue sin funcionar

Código PHP:
$consult_email "SELECT * FROM email23";
 
$query mysql_query($consult_email);
$row=mysql_fetch_assoc($query);
if (
$correoMal == $row['email123']) {
 
header('Location: finish_error.php');
}

header('Location: finish.php'