Pagination using of 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 using of php

Post by harish.T »

Hello,

i made one shopping cart project in my LOCAL SERVER . In that shopping cart project have a 4

types of Categories i.e Mobiles , Cameras, Watches, and TV's . Each Category contain 15 to 20

products. I want display 8 products in one page Remaining products display next page .

So please help me
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

Re: Pagination using of php

Post by JAB Creations »

Are you using phpMyAdmin? If so just tell it what you want to do and it will give you the code to do so. For example you can tell it to show you from row X for Y records and it will give you Z code when it executes. It's very handy like that. :D
Post Reply