What exactly is server and client side pagination?
- by ggfan
Is server side pagination where the pagination script calculates the number of entries in a database then make the links?
All I know is server side is faster and better if there is alot of data and client side is using javascript?
What makes a pagination script server or client side?
Also, right now I am planning to use this pagination which is like digg-style. Can someone tell me if that is server-side pagination?
(sorry if my terminology is off)