-
[RESOLVED] Page Counter
Hey guys it's just so happen that im stuck in creating page counter. What i meant by page counter is displaying 10 records in a table and then the rest would be stand by using the page counter.
Let's say i have 34 records so when i click the 1 it will display 10 records, when i click 2 it will display another 10 records and lastly if i click 4 it will display the 4 remaining records.
1 2 3 4
-
Re: Page Counter
what you're looking for is called pagination, not a "page counter." look here.
-
Re: Page Counter
Hmph thanks i have my own code, but i can get an idea with that thanks.