Browsing articles for: October, 2008

Permalink to Using PHP Sessions To Store Information

Using PHP Sessions To Store Information

On 10.06.2008 by Paul Robinson | no comments

Something that most people learning PHP ask me is how do I store information temporarly? Well the answer to the that is by using PHP sessions. So for you lucky people out there here is a quick overview of how to use PHP sessions. Sessions are, in a nutshell, a way of temporarly storing information [...]