Search found 1 match
- Tue Jun 11, 2002 11:22 am
- Forum: Databases
- Topic: PHP MySql and limiting results
- Replies: 3
- Views: 3071
PHP MySql and limiting results
I've got a page that has sql that returns x number of rows...i only want to display 10 per page....and then have a Page 1, 2, 3 etc link....i know i can limit the records returned by doing limit 10 or limit 5, 10 at the end of my sql....but what about knowing how many i've got total so that i know h...