Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 24, 2020 04:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/e86e941783f374f742e235eb1b41a7be to your computer and use it in GitHub Desktop.
Save parzibyte/e86e941783f374f742e235eb1b41a7be to your computer and use it in GitHub Desktop.
<?php
# Para obtener las páginas dividimos el conteo entre los productos por página, y redondeamos hacia arriba
$paginas = ceil($conteo / $productosPorPagina);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment