From b91c558618f2888d955c806a2c0f51cc2e16b9b4 Mon Sep 17 00:00:00 2001 From: humano Date: Mon, 6 Nov 2017 12:59:58 -0500 Subject: [PATCH] mejoras en la api --- librerias/infinite.php | 50 ++++++++++++++---------------------------- milfs/api.php | 2 +- 2 files changed, 18 insertions(+), 34 deletions(-) diff --git a/librerias/infinite.php b/librerias/infinite.php index b94085b..1b365e5 100644 --- a/librerias/infinite.php +++ b/librerias/infinite.php @@ -7,7 +7,11 @@
-

This is the div content

-

This is the div content

-

This is the div content

-

This is the div content

-

This is the div content

-

This is the div content

This is the div content

-

This is the div content

-

This is the div content

-

This is the div content

-

This is the div content

-

This is the div content

This is the div content

-

This is the div content

-

This is the div content

-

This is the div content

-

This is the div content

-

This is the div content

This is the div content

-

This is the div content

-

This is the div content

-

This is the div content

-

This is the div content

-

This is the div content

+
diff --git a/milfs/api.php b/milfs/api.php index 7ed9aca..3b9079d 100644 --- a/milfs/api.php +++ b/milfs/api.php @@ -31,7 +31,7 @@ if(!isset($_REQUEST['formato'])) { header('Content-Type: application/json'); echo json($datos); }else{ -echo "".consultar_contenido_formulario("$datos[id]","$datos[registros]","$datos[pagina]","$datos[formato]",'',"li"); +echo "$datos[pagina] ".consultar_contenido_formulario("$datos[id]","$datos[registros]","$datos[pagina]","$datos[formato]",'',"li"); } //echo "hola /// $_REQUEST[id] // " ;