Limit no of items on a page.

Go4Expert Member
4Sep2005,12:33   #1
Mike's Avatar
I have a page(something like an yahoo inbox) which list down hundreds of items.
The items is being captured by the database.
Now, i wished to only display the latest 30 items in my inbox with NO next page button.
Any solutions??
Go4Expert Founder
4Sep2005,20:37   #2
shabbir's Avatar
If you are using MySQL use Limit 0,30 for limiting the results.
Go4Expert Member
20Sep2005,19:49   #3
Mike's Avatar
kool