Beispiel #1
0
                                                <th>Lugar de Trabajo</th>
                                                <th>Fecha de nacimiento</th>
                                                <th>edad</th>
                                                <th>estado civil</th>
                                                <th>escolaridad</th>
                                                <th>domicilio</th>
                                                <th>telefono</th>
                                                <th>correo</th>
                                                <th>Curso </th>
                                                <th>Instructor</th>
                                            </tr>
                                        </thead>
                                        
                                        <tbody>
                                        <?php 
$prep_state = $admin->ConsultarAlumnos();
while ($row = $prep_state->fetch(PDO::FETCH_ASSOC)) {
    ?>
                                            <tr>                 
                                                <td><?php 
    echo $row['nombrealumno'];
    ?>
</td>
                                                <td><?php 
    echo $row['lugartrabajo'];
    ?>
</td>
                                                <td><?php 
    echo $row['fechanacimiento'];
    ?>
</td>