MySQL PHP Code for LIMIT

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
tahikib
Forum Newbie
Posts: 2
Joined: Sun Oct 23, 2005 3:57 am
Location: PA

MySQL PHP Code for LIMIT

Post by tahikib »

I want to add the limit functionor something similar to my page for new. I only want to show the last ten updates. with the option to show more
Drop Down Menu = Number Per Page {5, 10, 20, ALL}
Drop Down Menu = Show only {"Month"}
Then at the bottom of the page I want page 1,2,3 and so on for what ever number of pages there are. here is a page with the preview http://www.dafont.com/en/alpha.php?lettre=a

I need Help with the Limit function. I am new to MySQL and PHP
Last edited by tahikib on Mon Oct 24, 2005 3:39 am, edited 1 time in total.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

that's nice. And?
Post Reply