Ver Mensaje Individual
  #1 (permalink)  
Antiguo 29/10/2005, 05:42
acutillas
 
Fecha de Ingreso: febrero-2005
Ubicación: Campos y árboles
Mensajes: 44
Antigüedad: 19 años, 2 meses
Puntos: 0
Header() no funciona.

Hola a todos!

$D1 = $_POST['T1'];

$sqlins = "INSERT INTO VP(TIENDA) VALUES ('$D1')";
if ( mysql_query($sqlins) )
{
echo "bien";
header ('Location : ventasperdidas.php');
}
else

Tengo al inicio de la pagina :
<?php
//almacenamos
ob_start();
?>
__________________
Todo invento tiene su inconveniente y ese inconveniente se arregla con un invento.