File manager - Edit - /home/cuautla1/httpsdocs/subirpdf/lista.php
Back
<!DOCTYPE html> <!-- To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. --> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <table> <tr> <td>titulo</td> <td>descripcion</td> <td>tamaño</td> <td>tipo</td> <td>nombre</td> </tr> <?php include 'config.inc.php'; $db=new Conect_MySql(); $sql = "select*from tbl_documentos"; $query = $db->execute($sql); while($datos=$db->fetch_row($query)){?> <tr> <td><?php echo $datos['titulo']; ?></td> <td><?php echo $datos['descripcion']; ?></td> <td><?php echo $datos['tamanio']; ?></td> <td><?php echo $datos['tipo']; ?></td> <td><a href="archivo.php?id=<?php echo $datos['id_documento']?>"><?php echo $datos['titulo']; ?></a></td> </tr> <?php } ?> </table> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0 |
proxy
|
phpinfo
|
Settings