What exactly is server and client side pagination?
Posted
by ggfan
on Stack Overflow
See other posts from Stack Overflow
or by ggfan
Published on 2010-05-11T02:44:07Z
Indexed on
2010/05/11
2:54 UTC
Read the original article
Hit count: 259
pagination
|php
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)
© Stack Overflow or respective owner