Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- // https://www.petefreitag.com/item/451.cfm
- $offset = 0; $limit = 5;
- if($page != "1"){
- $offset = ( $limit * $page ) - $limit;
- }
- $limit_cnd = "LIMIT $limit OFFSET $offset";
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement