Blackbams Blog
development – digital arts – internet
Knowledge is free. No one may take possession of it.
Tagged Posts ‘paging’
18. July 2011
A very common problem in programming web pages is to implement paging. Paging is required whenever there is an undefined amount of items (usually queried from a database) with a maximum amount of items to be displayed on one page. If there is more than one page, there must be a possibility to navigate through […]
From category PHP || No comments yet »