<?php include_once '../../login/check.php'; if (!empty($_POST)) { $folder = "../../"; include_once '../../class/alumno.php'; include_once '../../class/curso.php'; include_once '../../class/rude.php'; extract($_POST); $codcurso = $codcurso ? "codcurso='{$codcurso}'" : "codcurso LIKE '%'"; $sexo = $sexo != "" ? "sexo='{$sexo}'" : "sexo LIKE '%'"; $alumno = new alumno(); $curso = new curso(); $rude = new rude(); $al = $alumno->mostrarTodo("paterno LIKE '%{$paterno}%' and materno LIKE '%{$materno}%' and nombres LIKE '%{$nombres}%' and {$sexo} and {$codcurso}", "paterno,materno,nombres,codcurso"); $i = 0; foreach ($al as $a) { $i++; $cur = array_shift($curso->mostrar($a['codcurso'])); $r = $rude->mostrarTodo("codalumno=" . $a['codalumno']); $d[$i]['codalumno'] = $a['codalumno']; $d[$i]['paterno'] = capitalizar($a['paterno']); $d[$i]['materno'] = capitalizar($a['materno']); $d[$i]['nombres'] = capitalizar($a['nombres']); $d[$i]['curso'] = $cur['nombre']; $d[$i]['sexo'] = $a['sexo'] ? 'Masculino' : 'Femenino'; $d[$i]['rude'] = $a['rude']; $d[$i]['telefonocasa'] = $a['telefonocasa']; $d[$i]['celular'] = $a['celular']; } $titulo = array("paterno" => "Paterno", "materno" => "Materno", "nombres" => "Nombres", "sexo" => "Sexo", "curso" => "Curso", "rude" => "Rude", "telefonocasa" => "Teléfono", "celular" => "Celular");
<?php include_once "../../login/check.php"; if (!empty($_POST)) { include_once "../../class/rude.php"; $rude1 = new rude(); extract($_POST); /* if(($_FILES['foto']['type']=="application/pdf" || $_FILES['foto']['type']=="application/msword" || $_FILES['foto']['type']=="application/vnd.openxmlformats-officedocument.wordprocessingml.document") && $_FILES['foto']['size']<="500000000"){ @$foto=$_FILES['foto']['name']; @copy($_FILES['foto']['tmp_name'],"../foto/".$_FILES['foto']['name']); }else{ //mensaje que no es valido el tipo de archivo $mensaje[]="Archivo no válido del curriculum. Verifique e intente nuevamente"; }*/ //empieza la copia de archivos $valores = array("codalumno" => "'{$id}'", "paisn" => "'{$paisn}'", "provincian" => "'{$provincian}'", "localidadn" => "'{$localidadn}'", "certofi" => "'{$certofi}'", "certlibro" => "'{$certlibro}'", "certpartida" => "'{$certpartida}'", "certfolio" => "'{$certfolio}'", "codigosie" => "'{$codigosie}'", "nombreunidad" => "'{$nombreunidad}'", "provinciae" => "'{$provinciae}'", "municipioe" => "'{$municipioe}'", "comunidade" => "'{$comunidade}'", "lenguamater" => "'{$lenguamater}'", "castellanoi" => "'{$castellanoi}'", "inglesi" => "'{$inglesi}'", "aymarai" => "'{$aymarai}'", "pertenecea" => "'{$pertenecea}'", "centrosalud" => "'{$centrosalud}'", "vecescentro" => "'{$vecescentro}'", "discapacidad" => "'{$discapacidad}'", "aguadomicilio" => "'{$aguadomicilio}'", "electricidad" => "'{$electricidad}'", "alcantarillado" => "'{$alcantarillado}'", "trabaja" => "'{$trabaja}'", "internetcasa" => "'{$internetcasa}'", "transporte" => "'{$transporte}'", "tiempollegada" => "'{$tiempollegada}'", "instruccionp" => "'{$instruccionp}'", "idiomap" => "'{$idiomap}'", "instruccionm" => "'{$instruccionm}'", "idiomam" => "'{$idiomam}'"); $rude1->actualizar($valores, $id); $mensaje[] = "SUS DATOS SE GUARDARON CORRECTAMENTE"; $titulo = "Mensaje de Respuesta"; $folder = "../../"; include_once '../../mensajeresultado.php'; }
<?php include_once '../../login/check.php'; $folder = "../../"; $titulo = "Nuevo Registro de Rude"; $id = $_GET['id']; include_once '../../class/alumno.php'; $alumno = new alumno(); $al = array_shift($alumno->mostrar($id)); include_once '../../class/rude.php'; $rude = new rude(); $r = $rude->mostrarTodo("codalumno=" . $id); $a = array_shift($r); include_once "../../class/curso.php"; $curso = new curso(); $cur = todolista($curso->mostrarTodo(), "codcurso", "nombre", ""); $foto = "../foto/" . $al['foto']; if (!file_exists($foto) or $foto != "") { $foto = "../foto/0.jpg"; } include_once '../../funciones/funciones.php'; include_once '../../cabecerahtml.php'; include_once '../../cabecera.php'; ?> <div class="grid_12"> <div class="contenido imagenfondo"> <form action="actualizar.php" method="post" enctype="multipart/form-data"> <?php campos("", "id", "hidden", $a['codrude']); ?> <div class="prefix_0 grid_6 alpha">
<?php include_once "../../login/check.php"; include_once "../../class/rude.php"; include_once "../../class/alumno.php"; include_once "../../class/documento.php"; include_once "../../class/curso.php"; if (!empty($_POST)) { $CodAlumno = $_POST['CodAlumno']; $rude = new rude(); $alumno = new alumno(); $cur = new curso(); $documento = new documento(); $alu = $rude->mostrarTodoDatos($CodAlumno); $al = $alumno->mostrarTodoDatos($CodAlumno); $alu = array_shift($alu); $al = array_shift($al); if (count($alu) >= 1) { //Si ya hay algun registro $archivo = "actualizarrude.php"; $titulo = $idioma['ModificarRude']; } else { $archivo = "guardarrude.php"; $titulo = $idioma['RegistrarRude']; } $doc = $documento->mostrarDocumento($CodAlumno); $doc = array_shift($doc); ?> <div class="alert alert-info centrar"><strong><?php echo mayuscula($titulo); ?>
<?php include_once "../../login/check.php"; include_once "../fpdf/fpdf.php"; include_once "../../class/rude.php"; include_once "../../class/config.php"; include_once "../../class/alumno.php"; include_once "../../class/curso.php"; include_once "../../class/cursoarea.php"; $rude = new rude(); $alumno = new alumno(); $config = new config(); $curso = new curso(); $cursoarea = new cursoarea(); $al = $rude->mostrarTodoDatos($_GET['CodAlumno']); $a = $alumno->mostrarTodoDatos($_GET['CodAlumno']); $al = array_shift($al); $a = array_shift($a); $DistritoEducativo = $config->mostrarConfig("DistritoEducativo", 1); $DistritoEscolar = $config->mostrarConfig("DistritoEscolar", 1); $NombreUnidad = $config->mostrarConfig("NombreUnidad", 1); $TipoUnidadEducativa = $config->mostrarConfig("TipoUnidadEducativa", 1); $Sie = $config->mostrarConfig("Sie", 1); $TurnoUnidad = $config->mostrarConfig("TurnoUnidad", 1); $Localidad = $config->mostrarConfig("Localidad", 1); function escribe($x, $y, $t, $tam = 12) { global $pdf; $pdf->SetFont('Arial', '', $tam); $pdf->SetXY($x, $y); $pdf->Cell(5, 4, utf8_decode(mb_strtoupper($t, "utf8")), 0, 0, "C");
<?php include_once "../../login/check.php"; if (!empty($_POST)) { include_once "../../class/rude.php"; $rude1 = new rude(); extract($_POST); //empieza la copia de archivos /*if(($_FILES['foto']['type']=="application/pdf" || $_FILES['foto']['type']=="application/msword" || $_FILES['foto']['type']=="application/vnd.openxmlformats-officedocument.wordprocessingml.document") && $_FILES['foto']['size']<="500000000"){ @$foto=$_FILES['foto']['name']; @copy($_FILES['foto']['tmp_name'],"../foto/".$_FILES['foto']['name']); }else{ //mensaje que no es valido el tipo de archivo $mensaje[]="Archivo no válido del curriculum. Verifique e intente nuevamente"; }*/ $valores = array("codalumno" => "'{$id}'", "paisn" => "'{$paisn}'", "provincian" => "'{$provincian}'", "localidadn" => "'{$localidadn}'", "certofi" => "'{$certofi}'", "certlibro" => "'{$certlibro}'", "certpartida" => "'{$certpartida}'", "certfolio" => "'{$certfolio}'", "codigosie" => "'{$codigosie}'", "nombreunidad" => "'{$nombreunidad}'", "provinciae" => "'{$provinciae}'", "municipioe" => "'{$municipioe}'", "comunidade" => "'{$comunidade}'", "lenguamater" => "'{$lenguamater}'", "castellanoi" => "'{$castellanoi}'", "inglesi" => "'{$inglesi}'", "aymarai" => "'{$aymarai}'", "pertenecea" => "'{$pertenecea}'", "centrosalud" => "'{$centrosalud}'", "vecescentro" => "'{$vecescentro}'", "discapacidad" => "'{$discapacidad}'", "aguadomicilio" => "'{$aguadomicilio}'", "electricidad" => "'{$electricidad}'", "alcantarillado" => "'{$alcantarillado}'", "trabaja" => "'{$trabaja}'", "internetcasa" => "'{$internetcasa}'", "transporte" => "'{$transporte}'", "tiempollegada" => "'{$tiempollegada}'", "instruccionp" => "'{$instruccionp}'", "idiomap" => "'{$idiomap}'", "instruccionm" => "'{$instruccionm}'", "idiomam" => "'{$idiomam}'"); $rude1->insertar($valores); $mensaje[] = "SUS DATOS SE GUARDARON CORRECTAMENTE"; $titulo = "Mensaje de Respuesta"; $folder = "../../"; include_once '../../mensajeresultado.php'; }
<?php include_once "../../login/check.php"; if (!empty($_POST)) { /*echo "<pre>"; print_r($_POST); echo "</pre>";*/ include_once "../../class/rude.php"; include_once "../../class/alumno.php"; include_once "../funciones.php"; include_once "../../class/documento.php"; $rude = new rude(); $alumno = new alumno(); $doc = new documento(); $fechaReg = date("Y-m-d H:i:s"); $values = array("CodRude" => "NULL", "CodAlumno" => $_POST['CodAlumno'], "PaisN" => "'" . mb_strtolower($_POST['paisNacA'], "UTF-8") . "'", "ProvinciaN" => "'" . mb_strtolower($_POST['provinciaNacA'], "UTF-8") . "'", "LocalidadN" => "'" . mb_strtolower($_POST['localidadNacA'], "UTF-8") . "'", "Documento" => 1, "CertOfi" => "'{$_POST['oficialiaA']}'", "CertLibro" => "'{$_POST['libroA']}'", "CertPartida" => "'{$_POST['partidaA']}'", "CertFolio" => "'{$_POST['folioA']}'", "Paralelo" => "'A'", "Turno" => "'M'", "CodigoSie" => "'{$_POST['codigoSIEA']}'", "NombreUnidad" => "'" . mb_strtolower($_POST['unidadEducativaA'], "UTF-8") . "'", "ProvinciaE" => "'" . mb_strtolower($_POST['provinciaA'], "UTF-8") . "'", "MunicipioE" => "'" . mb_strtolower($_POST['seccionA'], "UTF-8") . "'", "ComunidadE" => "'" . mb_strtolower($_POST['localidadA'], "UTF-8") . "'", "LenguaMater" => "'{$_POST['lenguaMaterna']}'", "CastellanoI" => $_POST['lenguaCastellano'], "AymaraI" => $_POST['lenguaAymara'], "InglesI" => $_POST['lenguaIngles'], "PerteneceA" => "'{$_POST['identificaA']}'", "CentroSalud" => $_POST['centroSalud'], "VecesCentro" => "'{$_POST['vecesSalud']}'", "Discapacidad" => "'{$_POST['deficiencia']}'", "AguaDomicilio" => $_POST['aguaPotable'], "Electricidad" => $_POST['electricidad'], "Alcantarillado" => $_POST['alcantarillado'], "Trabaja" => "'{$_POST['trabaja']}'", "InternetCasa" => $_POST['internet'], "Transporte" => "'{$_POST['traslado']}'", "TiempoLlegada" => "'{$_POST['tiempo']}'", "InstruccionP" => "'{$_POST['instruccionP']}'", "IdiomaP" => "'{$_POST['idiomaP']}'", "ParentescoP" => "'{$_POST['parentescoP']}'", "InstruccionM" => "'{$_POST['instruccionM']}'", "IdiomaM" => "'{$_POST['idiomaM']}'", "Lugar" => "'EL ALTO'", "FechaReg" => "'{$fechaReg}'"); $usuarioPadre = usuarioPadre($_POST['CedulaPadre'], $_POST['CedulaMadre']); $valuesAlumno = array("Paterno" => "'" . mb_strtolower($_POST['paterno'], "UTF-8") . "'", "Materno" => "'" . mb_strtolower($_POST['materno'], "UTF-8") . "'", "Nombres" => "'" . mb_strtolower($_POST['nombres'], "UTF-8") . "'", "LugarNac" => "'" . mb_strtolower($_POST['departamentoNacA'], "UTF-8") . "'", "FechaNac" => "'" . fecha2Str($_POST['fechaNac'], 0) . "'", "Ci" => "'{$_POST['numeroDoc']}'", "Sexo" => $_POST['sexo'], "Zona" => "'" . mb_strtolower($_POST['zonaA'], "UTF-8") . "'", "Calle" => "'" . mb_strtolower($_POST['calleA'], "UTF-8") . "'", "Numero" => "'" . mb_strtolower($_POST['numeroViviendaA'], "UTF-8") . "'", "CodCurso" => $_POST['curso'], "TelefonoCasa" => "'{$_POST['telefonoA']}'", "Celular" => "'{$_POST['celularA']}'", "Rude" => "'{$_POST['rude']}'", "ApellidosPadre" => "'" . mb_strtolower($_POST['ApellidosP'], "UTF-8") . "'", "NombrePadre" => "'" . mb_strtolower($_POST['nombresP'], "UTF-8") . "'", "CiPadre" => "'" . mb_strtolower($_POST['CedulaPadre'], "UTF-8") . "'", "OcupPadre" => "'" . mb_strtolower($_POST['ocupacionP'], "UTF-8") . "'", "CelularP" => "'" . mb_strtolower($_POST['telefonoP'], "UTF-8") . "'", "ApellidosMadre" => "'" . mb_strtolower($_POST['paternoM'], "UTF-8") . "'", "NombreMadre" => "'" . mb_strtolower($_POST['nombresM'], "UTF-8") . "'", "CiMadre" => "'" . mb_strtolower($_POST['CedulaMadre'], "UTF-8") . "'", "OcupMadre" => "'" . mb_strtolower($_POST['ocupacionM'], "UTF-8") . "'", "CelularM" => "'" . mb_strtolower($_POST['telefonoM'], "UTF-8") . "'", "UsuarioPadre" => "'{$usuarioPadre}'"); //print_r($valuesAlumno); $alumno->actualizarDatosAlumno($valuesAlumno, $_POST['CodAlumno']); $ru = $rude->mostrarTodoDatos($_POST['CodAlumno']); if (count($ru) == 0) { $rude->insertarAlumno($values); } //else{echo "Duplicado";} /*DOCUMENTOS*/ $CertificadoNac = $_POST['CertificadoNac']; if ($CertificadoNac == "on") { $CertificadoNac = 1; } else { $CertificadoNac = 0;
include_once "../login/check.php"; if (!empty($_POST)) { include_once "../class/alumno.php"; include_once "../class/tmp_alumno.php"; include_once "../class/cuota.php"; include_once "../class/documento.php"; include_once "../class/config.php"; include_once "../class/rude.php"; include_once "../class/tmp_rude.php"; $folder = "../"; $alumno = new alumno(); $cuota = new cuota(); $documento = new documento(); $tmpalumno = new tmp_alumno(); $conf = new config(); $classrude = new rude(); $tmp_rude = new tmp_rude(); $CodAlu = $_POST['CodAlu']; $tmprude = $tmp_rude->mostrarDatos($CodAlu); $tmprude = array_shift($tmprude); // print_r($tmprude); // exit(); /**/ //$cnf=$conf->mostrarConfig(); $CodAlu = $_POST['CodAlu']; $Matricula = $_POST['Matricula']; $CodCurso = $_POST['Curso']; $Paterno = $_POST['Paterno']; $Materno = $_POST['Materno']; $Nombres = $_POST['Nombres']; $Sexo = $_POST['Sexo'];
<?php include_once "../../login/check.php"; if (!empty($_POST)) { include_once "../../class/rude.php"; include_once "../../class/alumno.php"; include_once "../../class/documento.php"; include_once "../funciones.php"; $alumno = new alumno(); $rude = new rude(); $doc = new documento(); $CodAlumno = $_POST['CodAlumno']; $fechaReg = date("Y-m-d H:i:s"); $values = array("CodAlumno" => $_POST['CodAlumno'], "PaisN" => "'" . mb_strtolower($_POST['paisNacA'], "UTF-8") . "'", "ProvinciaN" => "'" . mb_strtolower($_POST['provinciaNacA'], "UTF-8") . "'", "LocalidadN" => "'" . mb_strtolower($_POST['localidadNacA'], "UTF-8") . "'", "Documento" => 1, "CertOfi" => "'{$_POST['oficialiaA']}'", "CertLibro" => "'{$_POST['libroA']}'", "CertPartida" => "'{$_POST['partidaA']}'", "CertFolio" => "'{$_POST['folioA']}'", "Paralelo" => "'A'", "Turno" => "'M'", "CodigoSie" => "'{$_POST['codigoSIEA']}'", "NombreUnidad" => "'" . mb_strtolower($_POST['unidadEducativaA'], "UTF-8") . "'", "ProvinciaE" => "'" . mb_strtolower($_POST['provinciaA'], "UTF-8") . "'", "MunicipioE" => "'" . mb_strtolower($_POST['seccionA'], "UTF-8") . "'", "ComunidadE" => "'" . mb_strtolower($_POST['localidadA'], "UTF-8") . "'", "LenguaMater" => "'{$_POST['lenguaMaterna']}'", "CastellanoI" => $_POST['lenguaCastellano'], "AymaraI" => $_POST['lenguaAymara'], "InglesI" => $_POST['lenguaIngles'], "PerteneceA" => "'{$_POST['identificaA']}'", "CentroSalud" => $_POST['centroSalud'], "VecesCentro" => "'{$_POST['vecesSalud']}'", "Discapacidad" => "'{$_POST['deficiencia']}'", "AguaDomicilio" => $_POST['aguaPotable'], "Electricidad" => $_POST['electricidad'], "Alcantarillado" => $_POST['alcantarillado'], "Trabaja" => "'{$_POST['trabaja']}'", "InternetCasa" => $_POST['internet'], "Transporte" => "'{$_POST['traslado']}'", "TiempoLlegada" => "'{$_POST['tiempo']}'", "InstruccionP" => "'{$_POST['instruccionP']}'", "IdiomaP" => "'{$_POST['idiomaP']}'", "ParentescoP" => "'{$_POST['parentescoP']}'", "InstruccionM" => "'{$_POST['instruccionM']}'", "IdiomaM" => "'{$_POST['idiomaM']}'", "Lugar" => "'EL ALTO'"); $usuarioPadre = usuarioPadre($_POST['CedulaPadre'], $_POST['CedulaMadre']); $valuesAlumno = array("Paterno" => "'" . mb_strtolower($_POST['paterno'], "UTF-8") . "'", "Materno" => "'" . mb_strtolower($_POST['materno'], "UTF-8") . "'", "Nombres" => "'" . mb_strtolower($_POST['nombres'], "UTF-8") . "'", "LugarNac" => "'" . mb_strtolower($_POST['departamentoNacA'], "UTF-8") . "'", "FechaNac" => "'" . fecha2Str($_POST['fechaNac'], 0) . "'", "Ci" => "'{$_POST['numeroDoc']}'", "Sexo" => $_POST['sexo'], "Zona" => "'" . mb_strtolower($_POST['zonaA'], "UTF-8") . "'", "Calle" => "'" . mb_strtolower($_POST['calleA'], "UTF-8") . "'", "Numero" => "'" . mb_strtolower($_POST['numeroViviendaA'], "UTF-8") . "'", "CodCurso" => $_POST['curso'], "TelefonoCasa" => "'{$_POST['telefonoA']}'", "Celular" => "'{$_POST['celularA']}'", "Rude" => "'{$_POST['rude']}'", "ApellidosPadre" => "'" . mb_strtolower($_POST['ApellidosP'], "UTF-8") . "'", "NombrePadre" => "'" . mb_strtolower($_POST['nombresP'], "UTF-8") . "'", "CiPadre" => "'" . mb_strtolower($_POST['CedulaPadre'], "UTF-8") . "'", "OcupPadre" => "'" . mb_strtolower($_POST['ocupacionP'], "UTF-8") . "'", "CelularP" => "'" . mb_strtolower($_POST['telefonoP'], "UTF-8") . "'", "ApellidosMadre" => "'" . mb_strtolower($_POST['paternoM'], "UTF-8") . "'", "NombreMadre" => "'" . mb_strtolower($_POST['nombresM'], "UTF-8") . "'", "CiMadre" => "'" . mb_strtolower($_POST['CedulaMadre'], "UTF-8") . "'", "OcupMadre" => "'" . mb_strtolower($_POST['ocupacionM'], "UTF-8") . "'", "CelularM" => "'" . mb_strtolower($_POST['telefonoM'], "UTF-8") . "'", "UsuarioPadre" => "'{$usuarioPadre}'"); $rude->actualizarDatosAlumno($values, $CodAlumno); $alumno->actualizarDatosAlumno($valuesAlumno, $CodAlumno); /*DOCUMENTOS*/ $CertificadoNac = $_POST['CertificadoNac']; if ($CertificadoNac == "on") { $CertificadoNac = 1; } else { $CertificadoNac = 0; } $LibretaEsc = $_POST['LibretaEsc']; if ($LibretaEsc == "on") { $LibretaEsc = 1; } else { $LibretaEsc = 0; }
<?php include_once "login/check.php"; include_once "class/alumno.php"; include_once "class/documento.php"; include_once "class/rude.php"; include_once "class/factura.php"; include_once "class/facturadetalle.php"; include_once "class/cuota.php"; include_once "class/tmpcola.php"; include_once "class/tmp_alumno.php"; $alumno = new alumno(); $cuota = new cuota(); $rude = new rude(); $documento = new documento(); $tmp_alumno = new tmp_alumno(); $facturadetalle = new facturadetalle(); $factura = new factura(); $tmpcola = new tmpcola(); $alumno->vaciar(); $cuota->vaciar(); $rude->vaciar(); $documento->vaciar(); $factura->vaciar(); $facturadetalle->vaciar(); $tmpcola->vaciar(); $tmp_alumno->iniciar();
<?php include_once "../../login/check.php"; if (!empty($_POST)) { include_once "../../class/rude.php"; include_once "../../class/alumno.php"; include_once "../funciones.php"; include_once "../../class/documento.php"; $rude = new rude(); $alumno = new alumno(); $doc = new documento(); $fechaReg = date("Y-m-d H:i:s"); $values = array("CodRude" => "NULL", "CodAlumno" => $_POST['CodAlumno'], "PaisN" => "'" . mb_strtolower($_POST['paisNacA'], "UTF-8") . "'", "ProvinciaN" => "'" . mb_strtolower($_POST['provinciaNacA'], "UTF-8") . "'", "LocalidadN" => "'" . mb_strtolower($_POST['localidadNacA'], "UTF-8") . "'", "Documento" => 1, "CertOfi" => "'{$_POST['oficialiaA']}'", "CertLibro" => "'{$_POST['libroA']}'", "CertPartida" => "'{$_POST['partidaA']}'", "CertFolio" => "'{$_POST['folioA']}'", "Paralelo" => "'A'", "Turno" => "'M'", "CodigoSie" => "'{$_POST['codigoSIEA']}'", "NombreUnidad" => "'" . mb_strtolower($_POST['unidadEducativaA'], "UTF-8") . "'", "ProvinciaE" => "'" . mb_strtolower($_POST['provinciaA'], "UTF-8") . "'", "MunicipioE" => "'" . mb_strtolower($_POST['seccionA'], "UTF-8") . "'", "ComunidadE" => "'" . mb_strtolower($_POST['localidadA'], "UTF-8") . "'", "LenguaMater" => "'{$_POST['lenguaMaterna']}'", "CastellanoI" => $_POST['lenguaCastellano'], "AymaraI" => $_POST['lenguaAymara'], "InglesI" => $_POST['lenguaIngles'], "PerteneceA" => "'{$_POST['identificaA']}'", "CentroSalud" => $_POST['centroSalud'], "VecesCentro" => "'{$_POST['vecesSalud']}'", "Discapacidad" => "'{$_POST['deficiencia']}'", "AguaDomicilio" => $_POST['aguaPotable'], "Electricidad" => $_POST['electricidad'], "Alcantarillado" => $_POST['alcantarillado'], "Trabaja" => "'{$_POST['trabaja']}'", "InternetCasa" => $_POST['internet'], "Transporte" => "'{$_POST['traslado']}'", "TiempoLlegada" => "'{$_POST['tiempo']}'", "InstruccionP" => "'{$_POST['instruccionP']}'", "IdiomaP" => "'{$_POST['idiomaP']}'", "ParentescoP" => "'{$_POST['parentescoP']}'", "InstruccionM" => "'{$_POST['instruccionM']}'", "IdiomaM" => "'{$_POST['idiomaM']}'", "Lugar" => "'EL ALTO'", "FechaReg" => "'{$fechaReg}'"); $usuarioPadre = usuarioPadre($_POST['CedulaPadre'], $_POST['CedulaMadre']); $valuesAlumno = array("Paterno" => "'" . mb_strtolower($_POST['paterno'], "UTF-8") . "'", "Materno" => "'" . mb_strtolower($_POST['materno'], "UTF-8") . "'", "Nombres" => "'" . mb_strtolower($_POST['nombres'], "UTF-8") . "'", "LugarNac" => "'" . mb_strtolower($_POST['departamentoNacA'], "UTF-8") . "'", "FechaNac" => "'{$_POST['fechaNac']}'", "Ci" => "'{$_POST['numeroDoc']}'", "Sexo" => $_POST['sexo'], "Zona" => "'" . mb_strtolower($_POST['zonaA'], "UTF-8") . "'", "Calle" => "'" . mb_strtolower($_POST['calleA'], "UTF-8") . "'", "Numero" => "'" . mb_strtolower($_POST['numeroViviendaA'], "UTF-8") . "'", "CodCurso" => $_POST['curso'], "TelefonoCasa" => "'{$_POST['telefonoA']}'", "Celular" => "'{$_POST['celularA']}'", "Rude" => "'{$_POST['rude']}'", "ApellidosPadre" => "'" . mb_strtolower($_POST['ApellidosP'], "UTF-8") . "'", "NombrePadre" => "'" . mb_strtolower($_POST['nombresP'], "UTF-8") . "'", "CiPadre" => "'" . mb_strtolower($_POST['CedulaPadre'], "UTF-8") . "'", "OcupPadre" => "'" . mb_strtolower($_POST['ocupacionP'], "UTF-8") . "'", "CelularP" => "'" . mb_strtolower($_POST['telefonoP'], "UTF-8") . "'", "ApellidosMadre" => "'" . mb_strtolower($_POST['paternoM'], "UTF-8") . "'", "NombreMadre" => "'" . mb_strtolower($_POST['nombresM'], "UTF-8") . "'", "CiMadre" => "'" . mb_strtolower($_POST['CedulaMadre'], "UTF-8") . "'", "OcupMadre" => "'" . mb_strtolower($_POST['ocupacionM'], "UTF-8") . "'", "CelularM" => "'" . mb_strtolower($_POST['telefonoM'], "UTF-8") . "'", "UsuarioPadre" => "'{$usuarioPadre}'"); //print_r($valuesAlumno); $alumno->actualizarAlumno($valuesAlumno, $_POST['CodAlumno']); $rude->insertarAlumno($values); /*DOCUMENTOS*/ $CertificadoNac = $_POST['CertificadoNac']; if ($CertificadoNac == "on") { $CertificadoNac = 1; } else { $CertificadoNac = 0; } $LibretaEsc = $_POST['LibretaEsc']; if ($LibretaEsc == "on") { $LibretaEsc = 1; } else { $LibretaEsc = 0; }
<?php include_once "../../impresion/fpdf/fpdf.php"; $titulo = "Datos de Alumno"; $id = $_GET['id']; include_once "../../class/alumno.php"; $alumno = new alumno(); $a = array_shift($alumno->mostrar($id)); include_once "../../class/curso.php"; $curso = new curso(); $cur = array_shift($curso->mostrar($a['codcurso'])); include_once "../../class/rude.php"; $rude = new rude(); $al = array_shift($rude->mostrarTodo("codalumno=" . $a['codalumno'])); function escribe($x, $y, $t, $tam = 12) { global $pdf; $pdf->SetFont('Arial', '', $tam); $pdf->SetXY($x, $y); $pdf->Cell(5, 4, utf8_decode(mb_strtoupper($t, "utf8")), 0, 0, "C"); } $pdf = new FPDF("P", "mm", array(216, 330)); $pdf->SetMargins(0, 0, 0); $pdf->SetAutoPageBreak(true, 0); $pdf->SetFont('Arial', 'B', 12); $pdf->AddPage(); $pdf->Image("rude.jpg", 0, 0, 216, 330); escribe(75.2, 38.1, "x", 10); escribe(140, 38, mb_strtoupper("")); escribe(56, 43.3, ""); escribe(110, 43.5, mb_strtoupper(""));