Jump to content

Best & Easiest way to learn paging?


aaricwon

Recommended Posts

I built a very simple but fast pagination function that I plan on releasing soon. But in the mean time here is some pseudo code for the number of pages links to show below the content:

 

<?php

//The Number of pages based on the total number of results
$numberofpagelinks = ceil($db_found_rows / $limit_to_show_per_page);

?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.