RU beehive logo ITEC dept promo banner
ITEC 325
2012fall
ibarland

homelectsexamshws
D2Lbreeze (snow day)

lect09c-ch11-files
files and directories
chapter 11

Originally based on PHP Visual Quickstart Guide by Larry Ullman, and notes therefrom by by Jack Davis (jcdavis@radford.edu).

There is a tower of increasingly sophisticated ways to share state between pages:

There are two primary ways of storing data with PHP; using files (and directories) or databases. This chapter will discuss the former, and the next chapter will introduce the latter. Although a database can be more powerful and secure than a file-based system, it is surprising how much can be done by sending and retrieving information from simple text documents on the server.


1 As opposed to fgetc to get a single character.      

homelectsexamshws
D2Lbreeze (snow day)


©2012, Ian Barland, Radford University
Last modified 2012.Oct.24 (Wed)
Please mail any suggestions
(incl. typos, broken links)
to ibarlandradford.edu
Powered by PLT Scheme