2011-04-04 15:16:10 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
include("seguridad.php");
|
|
|
|
|
include("functions.php");
|
|
|
|
|
|
2011-04-06 12:07:57 +00:00
|
|
|
$idPedido = isset($_GET["idPedido"]) ? stripinput($_GET["idPedido"]) : "";
|
2011-04-04 15:16:10 +00:00
|
|
|
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");
|
|
|
|
|
|
|
|
|
|
?>
|