Paging -

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
Demarius
Forum Newbie
Posts: 1
Joined: Tue Feb 28, 2006 8:41 pm

Paging -

Post by Demarius »

I've been coding for a bit, but I have no idea how to do paging, I was wondering if anyone wanted to explain it?

Everytime I do it up it either skips content, or displays to much content.

The way I have it setup is limit values:

if($page == "")
{ $set = "" }

MYSQL LIMIT $Set

I feel like an idiot.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

(#10850)
Post Reply