Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/05/2009, 19:19
Avatar de abimaelrc
abimaelrc
Colaborador
 
Fecha de Ingreso: mayo-2009
Ubicación: En el planeta de Puerto Rico
Mensajes: 14.734
Antigüedad: 15 años
Puntos: 1517
Respuesta: Redireccionar usuarios PHP MYSQL

No se redirecciona asi

case 8: header("Refresh: 3; URL=http://www.kuira.com.mx"); break;
case 12: header("Refresh: 3; URL=http://www.creativyestudio.com"); break;

Se redirecciona

case 8: header("Location: http://www.kuira.com.mx"); break;
case 12: header("Location: http://www.creativyestudio.com");
break;