Re: php pagination
You can get the pagination by using remainder logic. For example you want to to have 10 results on a single page, then take the mod of ten and tell the condition that if mod of ten becomes zero then switch to the next page. this is a good method
|