Beispiel #1
0
                                                <th>Numero de ficha</th>
                                                <th>Instructor</th>
                                                <th>Años Experiencia</th>
                                                <th>Empresa/Institucion</th>
                                                <th>SVPR</th>
                                                <th>Fecha de Adiestramiento</th>
                                                <th>Curso Realizado</th>
                                                <th>Grado Escolar</th>
                                                <th>Expiracion de Licencia</th>
                                                
                                            </tr>
                                        </thead>
                                        
                                        <tbody>
                                        <?php 
$prep_state = $admin->ConsultarFichasIdentificacion();
while ($row = $prep_state->fetch(PDO::FETCH_ASSOC)) {
    ?>
                                            <tr>                 
                                                <td><?php 
    echo $row['idfichaidentificacion'];
    ?>
</td>
                                                <td><?php 
    echo $row['nombreinstructor'];
    ?>
</td>                                   
                                                <td><?php 
    echo $row['anosexperiencia'];
    ?>
</td>