Ver Mensaje Individual
  #8 (permalink)  
Antiguo 12/01/2011, 22:10
Avatar de pateketrueke
pateketrueke
Modernizr
 
Fecha de Ingreso: abril-2008
Ubicación: Mexihco-Tenochtitlan
Mensajes: 26.399
Antigüedad: 16 años, 1 mes
Puntos: 2534
Respuesta: Ayuda con POST y Actualizacion de pagina...

bueno, aún así puedes enviar algo así...
Código PHP:
if (/* todo OK */)
{
  
$texto = <<<HTML
<html>
  <head>
    <meta http-equiv="Refresh" content="5;url=http://pagina.com/" />
  </head>
  <body>Espere 5 segundos por favor...</body>
</html>

HTML;

  
header('Refresh: 5;url=http://pagina.com/');
  echo 
$texto;
  exit;

yo la verdad no entiendo cual es tu problema...
__________________
Y U NO RTFM? щ(ºдºщ)

No atiendo por MP nada que no sea personal.