Esempio n. 1
0
// VARIABLES LISTAS PARA USAR ESTAN EN EL ARCHIVO structure/sesion.php
include 'structure/navbar.panel.php';
?>
  <?php 
if ($tipo == 'persona' || ($tipo = 'empresa')) {
    ?>

    <?php 
    include "include/ejecutar_en_db.php";
    $Usuario = new OperacionesMYSQL();
    $idUsuarioGet = $_GET['id'];
    if ($idUsuarioGet == '') {
        $idUsuarioGet = $id;
    }
    //RECUPERA USUARIO ACTUAL SI NO HAY VARIABLE GET
    $var_usuario = $Usuario->recuperarUsuario($idUsuarioGet);
    while ($rows = $var_usuario->fetch_assoc()) {
        $nombre = $rows["nombre"];
        $apellido = $rows["apellido"];
        $apellidoM = $rows["apellidoM"];
        $imagen = $rows['rutaImagen'];
        $fNacimiento = $rows['fechaNacimiento'];
        $areasInteres = $rows['areasInteres'];
        $comuna_ID = $rows['COMUNA_ID'];
        $skype = $rows['skype'];
        $locacion = "";
        $email = $rows['email'];
        $ingles = $rows['idIngles'];
        $experiencia = $rows['experiencia'];
        $tituloprof = $rows['tituloprof'];
        $video1 = $rows['video'];