Paging 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
sarita
Forum Newbie
Posts: 2
Joined: Wed Feb 28, 2007 3:41 am

Paging in php

Post by sarita »

I am a beginer in PHP and am stuck with a problem dealing with paging .I am suppose to restrict my images to 3 per page and on the click of the next button it should go on to another page again displaying 3 images till the end of the images . every page should have a previous and a next butoon.

If someone could help me out in this matter i will be thankful.
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

what have you tried? Where are the images coming from? A folder, a database? More details please.
sarita
Forum Newbie
Posts: 2
Joined: Wed Feb 28, 2007 3:41 am

Post by sarita »

The Ninja Space Goat wrote:what have you tried? Where are the images coming from? A folder, a database? More details please.

The images are coming from a folder.All the images are stored in a folder .
User avatar
dude81
Forum Regular
Posts: 509
Joined: Mon Aug 29, 2005 6:26 am
Location: Pearls City

Post by dude81 »

Search for pagination in this forum.
Post Reply