Paging -
Posted: Tue Feb 28, 2006 8:44 pm
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.
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.