Posts by Gabriel Mariano Oliveira • 9 points
2 posts
-
0
votes2
answers180
viewsA: Page display limit in paging structure
Thanks Guys, I was able to assemble the code by placing one for inside the other. It worked well. <?php // Estrutura básica de páginação $limit = 10; // Limite de registros por página $cont = 1;…
-
-1
votes2
answers180
viewsQ: Page display limit in paging structure
I am setting up a simple pagination structure and until then it is working. This structure has links called: Previous - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - Next My question is how to create a display…