include '../../conexion_web/functions.php'; $dtb = conexion(); $blog = $dtb->prepare("SELECT * FROM blog_funsase order by id_p desc"); $blog->execute();