Exemple #1
0
<?php

include_once '../../login/check.php';
include_once '../../class/docente.php';
if (isset($_POST)) {
    $folder = "../../";
    $docente = new docente();
    $doc = $docente->estadoTabla();
    $CodDocente = $doc['Auto_increment'];
    //$doc=array_shift($docente->mostrarRegistro($CodDocente));
    ?>
<form action="guardar.php" method="post" class="formulario" enctype="multipart/form-data">
	<input type="hidden" name="CodDocente" value="<?php 
    echo $CodDocente;
    ?>
">
    <div id="respuestaformulario"></div>
    <div class="box-header"><h2><?php 
    echo $idioma['DatosPersonales'];
    ?>
</h2></div>
    <div class="box-content">
    
    <table class="table table-bordered table-hover">
    	<tr>
        	<td colspan="2">
                <?php 
    echo $idioma['Foto'];
    ?>
:<br />
                <br /><small><?php