COM372

Notes on Readings
Spring 2010

PHP and MySQL Web Development, 4th Edition,
by Luke Welling and Laura Thomson,
Addison-Wesley. 2009.

Dr. Logan | Course Website | Syllabus
WeekChapterPagesTitle (Link)
I. Using PHP
1113-57PHP Crash Course
2259-80Storing and Retrieving Data
381-106Using Arrays
34107-131String Manipulation & Regular Expressions | Quick Reference
5133-158Reusing Code and Writing Functions
46159-191Object-Oriented PHP
7193-203Error and Exception Handling
II. Using MySQL
48207-218Designing Your Web Database
59219-241Creating Your Web Database
10243-265Working with Your MySQL Database
611267-285Accessing Your MySQL Database from the Web with PHP
12287-309Advanced MySQL Administration
13311-323Advanced MySQL Programming
III. E-commerce and Security
714327-339Running an E-commerce Site
15341-359E-commerce Security Issues
16361-390Web Application Security
817391-408Implementing Authentication with PHP and MySQL
18409-428Implementing Secure Transactions with PHP and MySQL
IV. Advanced PHP Techniques
819431-450Interacting with the File System and the Server
20451-468Using Network and Protocol Functions
921469-481Managing the Date and Time
22483-508Generating Images
23509-524Using Session Control in PHP
24525-532Other Useful Features
V. Building Practical PHP and MySQL Projects
1025535-549Using PHP and MySQL for Large Projects
26551-567DeBugging
1127569-606Building User Authentication and Personalization
28607-650Building a Shopping Cart
*We will cover these chapters selectively, as time permits.
1229651-686*Building a Web-Based Email Service
30687-740*Building a Mailing List Manager
31741-770*Building Web Forums
1332771-805*Generating Personalized PDF Documents
33807-854*Connecting to Web Services with XML and SOAP
34855-885*Building Web 2.0 Applications with Ajax