Cookies, Sessions, and Web-site Architecture




CS174

Chris Pollett

Sep 28, 2016

Outline

File Locking

On Monday, we described how to declare functions in PHP, how to do string manipulation in PHP, and how to read and write from a file in PHP. Today, we start by looking at some more sophisticated file handling in PHP. To start, we consider file locking...

Permissions and Unix-like File Manipulation

Directory Handling in PHP

Cookies

Cookies in PHP

Sessions

Let's Build Something...

Website Architecture

More Website Architecture