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.
Paging -
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Check out this code:
viewtopic.php?t=38830&start=0
viewtopic.php?t=43777&postdays=0&postorder=asc&start=55
viewtopic.php?t=38830&start=0
viewtopic.php?t=43777&postdays=0&postorder=asc&start=55
(#10850)