Posts Tagged ‘cookies’

PHP tutorial 19 – CREATING A TABLE

PHP Tutorial – 55. Cookies & Remember me (part 1).

In this video we will learn how to set cookies and remember me checkbox.

PHP Tutorials: Sessions

Simelar to cookies, sessions store data, but data is destroyed when the connection is lost (ie browser is closed). I show you how to create, show, and unset sessions.