Tema: reenviar
Ver Mensaje Individual
  #7 (permalink)  
Antiguo 04/12/2009, 14:47
seikawa
 
Fecha de Ingreso: octubre-2009
Mensajes: 125
Antigüedad: 14 años, 6 meses
Puntos: 1
Respuesta: reenviar

tambien puedes tratar algo asi
Cita:
<?
aca ba tu php y listo
?>

<html>
<head>
<title>Descarga</title>
<META HTTP-EQUIV="Refresh" CONTENT="3; URL=paignas.php">
</head>
<body>
se rediccionara en 3 segundos

</body>
</html>