예제 #1
0
<?php

session_start();
if (!array_key_exists("usuario", $_SESSION)) {
    header("location: visSalir.php");
}
require_once "menu_principal.php";
require_once "encabezado.php";
require_once "../clases/clsFuncionesGlobales.php";
$loFuncion = new clsFunciones();
$objetivo = $loFuncion->fTipoPersona($lsObj);
$lsOperacion = $_GET["lsOperacion"];
$lsHacer = $_GET["lsHacer"];
$liHay = $_GET["liHay"];
$lsCedulaRepre = $_GET["lsCedula"];
$lsNombre = $_GET["lsNombre"];
$lsApellido = $_GET["lsApellido"];
$lsSexo = $_GET["lsSexo"];
${$lsSexo . "ada"} = "selected";
$lsFechaNaci = $_GET["lsFechaNaci"];
$lsDireccion = $_GET["lsDireccion"];
$lsTelefono = $_GET["lsTelefono"];
$lsFechaRegistro = $_GET["lsFechaRegistro"];
$selectGradoEstudio = $_GET["cmb_gradoEstu"];
$selectTallaFrane = $_GET["cmb_tallaFrane"];
echo utf8_Decode('
<!DOCTYPE html>
<html lang="es">
  <head>
		<title>' . $_SESSION['title'] . ' - Lista de Actividades Parroquiales</title>