Ver Mensaje Individual
  #15 (permalink)  
Antiguo 12/01/2009, 21:38
Avatar de pateketrueke
pateketrueke
Modernizr
 
Fecha de Ingreso: abril-2008
Ubicación: Mexihco-Tenochtitlan
Mensajes: 26.399
Antigüedad: 16 años
Puntos: 2534
Respuesta: Impedir que se reenvíen los datos al regargar la página

Cita:
Iniciado por pateketrueke Ver Mensaje
[...] ¿para que imprimir, si vas a re direccionar??? [...]
pues... si, así esta bien...

pero debería quedar así...

Código PHP:
<?php
   
if (!empty($_POST)) {

     
$link mysql_connect("localhost""user""0000");
     
mysql_select_db("Prueba"$link);

     
$Select mysql_query("select * from Producto");

      
// Inserciones varias...
      
header('Location: archivo.php');

   } 
?>
__________________
Y U NO RTFM? щ(ºдºщ)

No atiendo por MP nada que no sea personal.