Category "PHP"

Book this single category as RSS  .
18. July 2011
from Blackbam

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 [...]

Share
From category PHP || No comments yet »
21. April 2011
from Blackbam

Today we have been searching for an easy and fast way to store and reuse $_POST variables over 2 pages and more without using a session. This can save you a lot of work in some cases. This possiblity is completly browser based, so there is no need for the server to re-identify a user. [...]

Share
26. January 2010
from Blackbam

Sorry, this entry is only available in Deutsch.

Share
From category PHP, Security || 2 comments »