Posts Tagged ‘SESSIONS’

PHP Sessions

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

Continue reading...

Tagged with: [ , ]