Incam_Intranet/pedido.php

16 lines
401 B
PHP
Raw Normal View History

<?php
include("seguridad.php");
include("functions.php");
$idPedido = isset($_GET["idPedido"]) ? stripinput($_GET["idPedido"]) : "";
if(!isset($tabla)) $tabla = stripinput($_POST["tabla"]);
if(!isset($where)) $where = stripinput($_POST["where"]);
if(!isset($condicion)) $condicion = stripinput($_POST["condicion"]);
include_once("ver_pedido.php");
include_once("html/pie.php");
?>