Hi to all,
Actually I was confused to give the title for this question. I have condition like this.
When we get record from database using limit
like select * from table_name limit 0,5
we get the data from 0 to 5 and when we use limit 5,10
we get 10 records from 5... Is it possible to display that particular index of the record using php.
Thanks..............