Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/08/2003, 04:09
Avatar de Cain
Cain
 
Fecha de Ingreso: enero-2002
Ubicación: Catalunya
Mensajes: 6.459
Antigüedad: 22 años, 3 meses
Puntos: 17
Si NO has mandado NADA al cliente:

if ($a>5000) {header("Location: unaweb");}
else {header("Location: otra");

Si ya has mandado algo:

if ($a>5000) {echo "<script>window.location.href='unaweb';</script>";}
else {echo "<script>window.location.href='otra';</script>";}
__________________
M a l d i t o F r i k i