Example #1
0
        <th>UF</th>
        <th>Status</th>
        <th>Tipo</th>
        <th>Sexo</th>
        <th colspan="2">Ações</th>
    </tr>

    <?php 
$conexao = new Consultas();
$conexao->conecta();
$txt = "";
$q = $conexao->query("SELECT * FROM usuario ORDER BY COD_USUARIO DESC");
$conexao->exibeRegistros();
$pg = $conexao->setPage(5, "index.php?link=5", "/cat/teste");
$i = 0;
while ($rs = $conexao->resultados("<center><br><br><br><br>Não existem registros nesta consulta<br><br><br><br></center>", 1)) {
    ?>
        <tr>
            <td><?php 
    echo $rs['COD_USUARIO'];
    ?>
</td>
            <td><?php 
    echo $rs['NOME_USUARIO'] . $rs['SOBRENOME_USUARIO'];
    ?>
</td>
            <td><?php 
    echo $rs['EMAIL_USUARIO'];
    ?>
</td>
            <td><?php