Setting Cookies with PHP
If you plan on building a PHP application, you’ll probably end up using cookies, especially if there are user accounts. Cookies will allow you to store specific data for a certain amount of time. Here are some tips and tricks to make sure you do not run into too many problems. Continue reading “Setting Cookies with PHP” »

