Ver Mensaje Individual
  #6 (permalink)  
Antiguo 23/07/2009, 15:21
thezzin
 
Fecha de Ingreso: septiembre-2008
Mensajes: 350
Antigüedad: 15 años, 8 meses
Puntos: 31
Respuesta: Refrescar pagina

y ya probaste así

Código PHP:
<?php
if(isset($_POST['Submit']))
{

$id=$_GET['id'];
actualizar_indicador($_GET['id'], $_POST['txNom'], $_POST['taDef'], $_POST['taFor'], $_POST['taVar'], $_POST['taPro'], $_POST['txMet'], $_POST['cbTen'], $_POST['txUni'], $_POST['txAmb'], $_POST['cbRec'], $_POST['cbRev'], $_POST['txSer'], $_POST['taFue'], $_POST['taObs'], $_POST['txFecha'], $_POST['txRes'], $_POST['taInt'], $_POST['cbEje']);

//header("Location:editar_indicador.php?id=$id");

header("refresh:0; url=editar_indicador.php?id=$id");
}

?>
Donde refresh:0; es el tiempo de demora del refresh
__________________
╬-----╬
║☺₧☻║
╬-----╬