PHP Pagination and how it works...

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
sdae07
Forum Newbie
Posts: 3
Joined: Fri Jan 30, 2009 10:19 pm

PHP Pagination and how it works...

Post by sdae07 »

I need to create a pagination for my images but don't have a clue how to go about it. I've done ample research online and found several different php solutions like this one http://www.phpeasystep.com/phptu/29.html, but they don't specifiy how you connect it exactly to your database/MySQL. Nor do I know how to put this in my php page?

Can someone please explain to me in a more detailed "step by step" how you set up a pagination successfully. Like how you connect a script to your MySQL in detail, how you put the script in your webpage and where, ect... I'm clueless and getting stressed in trying to figure this out on my own. Please advise, will appreciate greatly. Also, if there is a better pagination php script out there please advise. Thx.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: PHP Pagination and how it works...

Post by Benjamin »

This is code related and so it should have been posted in the PHP - Code forum. It sounds like you are having a hard time figuring out where to start.

Have you tried searching for "Pagination Tutorials +php"?
sdae07
Forum Newbie
Posts: 3
Joined: Fri Jan 30, 2009 10:19 pm

Re: PHP Pagination and how it works...

Post by sdae07 »

I haven't tried that search, no. I was hoping someone could point me in the right direction for a beginner in php. Do I need to repost this question in a different category. If so, which one? Thx
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: PHP Pagination and how it works...

Post by Benjamin »

No, please do not double post. Moderators will move your post as necessary.
sdae07
Forum Newbie
Posts: 3
Joined: Fri Jan 30, 2009 10:19 pm

Re: PHP Pagination and how it works...

Post by sdae07 »

I understand the concept.... But how then do I get my question redirected to the right place? Thx
Post Reply