Search found 1 match
- Tue Feb 28, 2006 8:44 pm
- Forum: PHP - Code
- Topic: Paging -
- Replies: 1
- Views: 297
Paging -
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 fe...