<?php

session_start();
include_once 'DireccionCollector.php';
//$id = $_POST['ID'];
$direccion_principal = $_POST['direccion_principal'];
$direccion_secundaria = $_POST['direccion_secundaria'];
$direccion_transversal = $_POST['direccion_transversal'];
$DireccionCollectorObj = new DireccionCollector();
$DireccionCollectorObj->insertDireccion($direccion_principal, $direccion_secundaria, $direccion_transversal);
?>
<!doctype html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0"> 
<title>B-Smart</title>
    <!-- Estilos CSS vinculados -->
    <link href="../css/bootstrap.min.css" rel="stylesheet">
     
   
   </head>
<body>





<!--/************************* IFRAME centro **************************************************************-->

<?php

session_start();
include_once "DireccionCollector.php";
$DireccionCollectorObj = new DireccionCollector();
?>



<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="Educacion">
    <meta name="author" content="E-learning">
    <title>B-Smart</title>
    
    <!-- core CSS -->
    <link href="../css/bootstrap.min.css" rel="stylesheet">
    <link href="../css/font-awesome.min.css" rel="stylesheet">
    <link href="../css/animate.min.css" rel="stylesheet">
    <link href="../css/prettyPhoto.css" rel="stylesheet">
    <link href="../css/main.css" rel="stylesheet">
    <link href="../css/responsive.css" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="js/html5shiv.js"></script>
    <script src="js/respond.min.js"></script>
    <![endif]-->       
    <link rel="shortcut icon" href="../images/ico/bs1.ico">
    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../images/ico/apple-touch-icon-144-precomposed.png">