PHP Cookies
Posted by admin on 18 January, 2011
No comments yet
This item was filled under [ PHP & MySql, References ]
Cookies are just like sessions used for storing data that needs to be remembered and accessed from different files. However, unlike sessions, cookies are saved on the user’s browser ( client-sided ). They can be stored in there for any period unlike sessions ( which are saved for a constant ‘session period’ ). However, they [...]