Esempio n. 1
0
<?php

session_start();
require_once '../clases/ubigeo_data.php';
$ubigeo = new ubigeo_data();
$zona = new zonaenvio_data();
?>
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>PM Express v1.0 - SISTEMA DE REGISTRO DE CARGOS POR COURIER</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="../estilos/css_sistema.css" rel="stylesheet" type="text/css">
</head>

<body>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td>
      <?php 
include "menu.php";
?>
</td>
  </tr>
  <tr>
    <td align="center">
	

<?php 
if ($_REQUEST['id'] === '1') {
Esempio n. 2
0
<?php

session_start();
require_once '../clases/preciosenvio_data.php';
$precioenvio = new preciosenviodata();
$empresas = new empresasdata();
$ubigeo = new ubigeo_data();
$zonaenvio = new zonaenvio_data();
$plazoentrega = new plazoentrega_data();
if (!isset($_SESSION['usu_id'])) {
    die("No tiene acceso  a esta seccion");
}
if (!isset($_REQUEST['ciudad_origen'])) {
    $_REQUEST['ciudad_origen'] = '2';
}
if ($_REQUEST['id'] === '2') {
    $precioenvio->precioenviomasivo_borrar($_POST['campos']);
}
?>




<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>PM Express v1.0 - SISTEMA DE REGISTRO DE CARGOS POR COURIER</title>
<link href="../estilos/css_sistema.css" rel="stylesheet" type="text/css" />
<link href="../imagenes/logo.ico" type="image/x-icon" rel="shortcut icon">
<div ID="waitDiv" style="position:absolute;left:300;top:300;visibility:hidden"> 
<table  border="0" align="center">