PHP Lesson2Slides
PHP Lesson2Slides
Development – Part II
PHP Development – Week 2
Cookies & PHP Sessions
Presented by:
Julian Quirke
Web Development Educator
Object-Oriented PHP
➢ Introduction to PHP
➢ PHP Class Overview
➢ Magic Methods
➢ Summary
➢ Q&A
➢ Summary
➢ Q&A
Cookies
Cookie
is a piece of data sent from a web application that is
stored on the client’s web browser
PHP Session
PHP Session
is a method of storing stateful information in the
form of PHP variables to be used across multiple
web pages
Session Demo