PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
When loaded it seems alright, but when you press next it shows 6 results even if paging_beg and paging_end have the values 3 and 6... What is wrong here?!?!
When loaded it seems alright, but when you press next it shows 6 results even if paging_beg and paging_end have the values 3 and 6... What is wrong here?!?!
well, the reson for that is, if paging_beg is 3 and paging_end is 6, what that does is it STARTS at the third record and shows 6 after that. get it?