PHP Sessions
Posted by admin on 16 January, 2011
No comments yet
This item was filled under [ PHP & MySql, References ]
Sessions are special kind of variables which are used to store data into that needs to be ‘remembered’ and needs to be accessed from different files. For example: you need to store the username of the logged in user on your website. Once the username is stored into a variable, you do not want the [...]