File manager - Edit - /home/cuautla1/httpsdocs/subirpdf/archivo.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> <?php include 'config.inc.php'; $db=new Conect_MySql(); $sql = "select*from tbl_documentos where id_documento=".$_GET['id_documento']; $query = $db->execute($sql); if($datos=$db->fetch_row($query)){ if($datos['nombre_archivo']==""){?> <p>NO tiene archivos</p> <?php }else{ ?> <iframe src="$_SERVER['DOCUMENT_ROOT']."/transparencia_files/<?php echo $datos['nombre_archivo']; ?>"></iframe> <?php } } ?> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0 |
proxy
|
phpinfo
|
Settings