I'm searching for a "advanced" php Pagination script, that shows me 10 mysql entries per page. In the web there are many "simple" scripts (even with jQuery) like this: http://www.9lessons.info/2009/09/pagination-with-jquery-mysql-and-php.html Here is a demo: http://demos.9lessons.info/pagination.php
Girişlerin yüzlerce sahip olduğunda bu basit komut Yani ne gerek gelişmiş bir script ... kötü - Ben böyle bir şey gerekiyor:
Eğer Page 1 olduğunda bu gibi görünmelidir:
[1] 2 3 4 5 ... 45
Sayfa 8:
1 ... 6 7 [8] 9 10 ... 45
Sayfa 43:
1 ... 41 42 [43] 44 45
ve böylece ...
Many forums or blogs (e.g. wordpress) are using this technique. Can somebody please provide me with the code? There must be a "best practise code", but I can't find it. Thanks!