Weekly Materials - Week 13
Chapter 9: Managing State Information
- Define and describe state information
- Use hidden form fields to save state information
- Use query strings to save state information
- Use cookies to save state information
- Use sessions to save state information
Assignments and Due Dates: View
CS2623 Coding Standards - requirements for all class assignments
PHP Programming with MySQL //Second Edition by Don Gosselin, et al
Chapter 9 - Managing State Information
Text Resources
Errata Sheet
Best Practices
Video: Lynda.com:
PHP fpr Web Designers by David Powers
9 . Getting User Input from a Form
Using PHP Sessions to preserve data (Good overview of hidden fields, cookies, and sessions.
You might want to view the two that follow this video, but I personally prefer the Skoglund videos)
PHP with MySQL Essential Training by Kevin Skoglund
10. Building Web Pages (All videos)
12. Working with Cookies and Sessions
(All videos)
19. Regulating Page Access (All videos)
- Chapter 9: PowerPoint from Text View (.ppt) | Print (.pdf)
- TutorialsPoint.com/php - Quick PHP code referenced
- How to View Cookies (upated January 2016) http://www.wikihow.com/View-Cookies
- How to Use Sessions and Cookies in PHP https://www.youtube.com/watch?v=UZcVUfaby9U
- PHP with MySQL Essential Training by Kevin Skoglund
19. Regulating Page Access- Creating a login system
- Checking for authorization
- Creating a logout page
PHPMyAdmin and MySQL which was included with your WAMP|MAMP download will be used for work with databases.
Firefox makes viewing cookies very easy. It is recommended that you use it when wanting to check cookie values.
It is used by Skoglund in his videos.
Chapter 9: Review Questions (.rtf file)
Test 4: Review Sheet
- SSP09: Managing State Information (Complete, upload to Apollo1, then submit URL in the LMS)
- Weekly Quiz: Chapter 9 (Located in the LMS)