Pagination in PHP

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!

Moderator: General Moderators

Post Reply
harish.T
Forum Newbie
Posts: 4
Joined: Tue Sep 02, 2008 2:14 am

Pagination in PHP

Post by harish.T »

Hello,

I have done Shopping cart project in my local server.The shopping cart have a 5 category's

like MOBILE , WATCH , CAMERA , etc .Each Category have a 20 products and Each Category

brings products from MYSQL database

I want to display 10 products for each page

So please Help me
User avatar
jayshields
DevNet Resident
Posts: 1912
Joined: Mon Aug 22, 2005 12:11 pm
Location: Leeds/Manchester, England

Re: Pagination in PHP

Post by jayshields »

Search the forums before posting, you can find an abundance of snippets and general help with pagination right here.
ramya123
Forum Newbie
Posts: 13
Joined: Thu Sep 11, 2008 6:11 am

Re: Pagination in PHP

Post by ramya123 »

Post Reply