Current location: Hot Scripts Forums » Programming Languages » PHP » Number pages


Number pages

Reply
  #1 (permalink)  
Old 05-13-05, 04:51 PM
perleo perleo is offline
Coding Addict
 
Join Date: Jul 2003
Location: Ireland
Posts: 269
Thanks: 0
Thanked 0 Times in 0 Posts
Number pages

How do i get php, if it reads the number of rows from a database, to create a list of page numbers, eg

Page: 1 2 3 4 5

If i set a limit of how many rows are displayed per page, how can this be done,
so if the limit is set to 10, on page 1 i get the first 10 rows, on page two I get the next 10 and so, i cant get php to calculate the number of pages it would take.

thanks
Reply With Quote
  #2 (permalink)  
Old 05-13-05, 04:55 PM
Acecool's Avatar
Acecool Acecool is offline
Aspiring Coder
 
Join Date: Nov 2003
Posts: 506
Thanks: 0
Thanked 0 Times in 0 Posts
Pagination

This is done by (Using MySQL as an example) getting the number of rows, dividing that number by the number you want per page, then displaying the pages..

To display what page you are on:
Limit the results from start amount and how many you want per page, start amount is 0, then each page multiply page number by amount on each page, then limit it to display..
__________________
Check Acecoolco.com for PHP Tutorials, and other tuts
If you plan on contacting me, please read this: Legal Terms & Conditions
Reply With Quote
  #3 (permalink)  
Old 05-13-05, 05:09 PM
perleo perleo is offline
Coding Addict
 
Join Date: Jul 2003
Location: Ireland
Posts: 269
Thanks: 0
Thanked 0 Times in 0 Posts
thanks for the help
Reply With Quote
  #4 (permalink)  
Old 05-14-05, 06:30 AM
FiRe FiRe is offline
Code Guru
 
Join Date: Oct 2004
Location: UK
Posts: 801
Thanks: 0
Thanked 0 Times in 0 Posts
__________________
Alexa Share <-- Trade virtual shares in websites with this online game.

codR.us <-- Submit and vote for your favorite code snippets with codR.us.

XEWeb.net <-- The ultimate PHP resource network.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP Number Formatting Y3000 PHP 6 11-13-04 08:30 AM
add a number every 30 minutes Dion PHP 5 08-31-04 12:52 AM
how to link to insert pages samkry ASP 0 06-13-04 11:14 PM
1500 pages PR6 website for sale Ozza Traffic Exchange 0 03-24-04 02:42 AM


All times are GMT -5. The time now is 06:44 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.