I have 1000 records in table
I want to display in this format
Next 2.3---99 Previous(10 records per page)
How i can display this through my php page
Manish
Next Previous Records
Moderator: General Moderators
-
gaddimanish
- Forum Newbie
- Posts: 8
- Joined: Thu Mar 25, 2004 3:44 am
sorry
Actually I know this
An example usage would be "SELECT * FROM myTable LIMIT 0,10".
I m using th same thing in my code,I jut wanted to know is there any way so that after clicking next no query will be exceuted again.
Once the query execute my result would be stored in result set and i will get from there and no need to execute query again and again by changing limit(which is i m currently doing)
Manish
Actually I know this
An example usage would be "SELECT * FROM myTable LIMIT 0,10".
I m using th same thing in my code,I jut wanted to know is there any way so that after clicking next no query will be exceuted again.
Once the query execute my result would be stored in result set and i will get from there and no need to execute query again and again by changing limit(which is i m currently doing)
Manish