Day Six Integrating PHP and MySQL Day Seven Selects and Implicit Joins Day Eight PHP’s GD Library Creating Data Day Nine User Authentication
Cookies and Sessions
Today’s Lecture
Code Challenge #4
Create three pages using your understanding of SESSIONS, COOKIES and PHP. On the first page, create a session and a cookie. The second page must carry the session data from the first page. If you close the browser, the cookie will pick up and re-set the session data and show the value of the session. […]