Hi
I have done paging for my php pages like this
PREV | 1| 2| 3| 4| 5| 6| 7| 8| 9| 10| 11| NEXT.
what I want that it should display first five links i.e. PREV | 1| 2| 3| 4| 5| NEXT and user will click say 2 it should display PREV | 1| 2| 3| 4| 5| 6| NEXT
Hey like in Google pages.
so how can I do that?
Thanks!
I have done paging for my php pages like this
PREV | 1| 2| 3| 4| 5| 6| 7| 8| 9| 10| 11| NEXT.
what I want that it should display first five links i.e. PREV | 1| 2| 3| 4| 5| NEXT and user will click say 2 it should display PREV | 1| 2| 3| 4| 5| 6| NEXT
Hey like in Google pages.
so how can I do that?
Thanks!
Comment