Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/06/2015, 12:10
Avatar de MaNuX0218
MaNuX0218
 
Fecha de Ingreso: marzo-2014
Mensajes: 787
Antigüedad: 10 años, 7 meses
Puntos: 67
Respuesta: Error de Validacion

Asi devería funcionarte sin problemas:

Código PHP:
Ver original
  1. if($proyect != $fila['proyecto']){
  2.  
  3. echo '<script>alert("ESTE Proyecto NO EXISTE, Comuniquese con Administrador")</script> ';
  4.  
  5. echo "<script>location.href='index1.php'</script>";
  6.  
  7. }elseif($username != $fila['email']){
  8.  
  9. echo '<script>alert("ESTE USUARIO NO EXISTE, PORFAVOR REGISTRESE PARA PODER INGRESAR")</script> ';
  10.  
  11. echo "<script>location.href='ingresa.php'</script>";
  12.  
  13. }elseif($pass != $fila['password']){
  14.  
  15. echo '<script>alert("PASSWORD INCORRECTA, Intente nuevamente o comuniquese con Enaser para solucionar el problema")</script>';
  16.  
  17. }else{
  18.  
  19. header("Location: index2.php");
  20.  
  21. }

Dime como te fue. Y cualquier error que te muestre puedes comentarlo y con gusto te ayudaremos.

Un saludo.
__________________
No te preocupes si tu código no funciona bien. Si todo lo hiciera, no tendrías trabajo.