File "process.php"

Full Path: C:/wamp64/www/APPSST/Admin/inventario/process.php
File size: 455 bytes
MIME-type: text/x-php
Charset: utf-8

<?PHP
session_start();
header("Cache-control: private"); // Arregla IE 6

//*******Datos de Conexion Base de Datos************
include("../../bd/conexion.php");


$FECHA		=date("Y-m-d");
$CON=$_SESSION['NOE'];
$_SESSION['PROV']=$_POST["proveedor"]; 
$_SESSION['CG1']=$_POST["cg1"]; 
$_SESSION['FCOM']=$_POST["fcompra"]; 
$_SESSION['OBSR']=$_POST["observacion"]; 



		echo "<META HTTP-EQUIV=Refresh CONTENT=\"0; URL=DOTIN.PHP\">";


?>