Agenda main content
Agenda for Day 29 of CS 350
- Announcements
- University Announcements
- Veteran's Day Holiday on Monday - no University classes
- Lab Assignments
- Lab 12 returned today
- Completion time: 3.3 hours
- Mean: 8.4 out of 10
- Lab 13 due at the start of class today
- Lab 14 due at the start of class on Tuesday
- Lab 12 returned today
- Project 1 Milestones
- Memorandum 6 containing a site diagram of website content and organization (neatly hand-drawn is OK) due next Tuesday (one per team)
- Readings
- Today's topics and learning objectives
After today's class, you should be able to- Use PHP include() statements
- require(), include_once(), require_once()
- authenticate.inc
- login.inc
- users.sqlite
- Use PHP plugins for HTML-Kit
- Reading and Writing files with PHP
- string file_get_contents (string filename)
- array file(string filename)
- string fread ( resource handle, int length)
- int fwrite ( resource filehandle, string mode [, int length])
- Hands-on example
- Use PHP String functions
- string nl2br ( string content)
- string htmlspecialchars ( string content)
- Use PHP include() statements