require("../req/ITrcfgg0.php"); $origen = $_POST['origen']; if($origen == '2') { if (empty($_POST['companya']) || empty($_POST['nombre_comprador']) || empty($_POST['cargo']) || empty($_POST['direccion']) || empty($_POST['codigo_postal']) || empty($_POST['ciudad']) || empty($_POST['pais']) || empty($_POST['telefono1']) || empty($_POST['email']) || empty($_POST['perfil']) || empty($_POST['area']) || empty($_POST['buscando']) || empty($_POST['dia_llegada_vuelo']) || empty($_POST['lugar_origen']) || empty($_POST['numero_vuelo_llegada']) || empty($_POST['companya_vuelo_llegada']) || empty($_POST['hora_llegada']) || empty($_POST['lugar_destino']) || empty($_POST['numero_vuelo_salida']) || empty($_POST['companya_vuelo_salida']) || empty($_POST['hora_salida'])) { $origen = '1'; $msg1 = "Debe completar todos los datos"; } if (empty($_POST['firma']) && $_POST['acept'] != 's') { $origen = '1'; $msg2 = "Debe completar todos los datos"; } } ?>