Hi there ... i am trying to find out how i can select blocks blocks of data from a select query.
Let me explain it with an example.......
We have about 1000 rows in a table.....
We want each time to print the 1000 rows ordered by time, but only 25 rows for each time. We also need to produce the dynamic the number of url in order to see the next 25 records.
the first page shows 1....25 record
if we click to the next 25records url(produced dynamicaly) then
we can view the 25..50 records
if we click to the next 25records url(produced dynamicaly) then
we can view the 51..75 records
and so on
Let me explain it with an example.......
We have about 1000 rows in a table.....
We want each time to print the 1000 rows ordered by time, but only 25 rows for each time. We also need to produce the dynamic the number of url in order to see the next 25 records.
the first page shows 1....25 record
if we click to the next 25records url(produced dynamicaly) then
we can view the 25..50 records
if we click to the next 25records url(produced dynamicaly) then
we can view the 51..75 records
and so on
Comment