Ver Mensaje Individual
  #4 (permalink)  
Antiguo 08/06/2007, 14:53
netserver
 
Fecha de Ingreso: mayo-2006
Mensajes: 288
Antigüedad: 18 años
Puntos: 4
Re: llamar a una pagina automaticamente

Ge ge ge usa esto:
header("Location: http://sitio eviado");

si esto te lanza un OUTPUT START ERROR.
Lo mejor seria poner un script HTML que te redireccione a la pagina deseada.

<META HTTP-EQUIV="refresh" CONTENT="10; url=http://aqui tu URL">