PHP Introduction – Class Outline
Lesson 1: Getting Acquainted with PHP
- Topic 1A: Understand PHP
- Topic 1B: Use the Basic Syntax of PHP
- Topic 1C: Use HTML and PHP
- Topic 1D: Add Comments
Lesson 2: Working with Common PHP Script Elements
- Topic 2A: Use Variables and Constants
- Topic 2B: Work with Control Structure Statements
- Topic 2C: Work with Arrays
- Topic 2D: Use Functions
- Topic 2E: Implement Object-Oriented Programming
- Topic 2F: Include Content from Files
Lesson 3: Working with Forms
- Topic 3A: Create Forms
- Topic 3B: Validate a Form
- Topic 3C: Email Data
Lesson 4: Addressing the Stateless Nature of HTTP
- Topic 4A: Set Cookies and Session Variables
- Topic 4B: Write Scripts Using Hidden Form Fields
Lesson 5: Accessing and Manipulating Data with PHP
- Topic 5A: Interact with Databases
- Topic 5B: Modify Database Records Usin
- Topic 5C: Access Files and Directories