PHP Overview / About PHP
- 101: An Introduction to PHP
- 102: What You Need to Start Using PHP
- 103: Simple way to Install PHP
- 104: Setting up a project with Netbeans
- 105: Get started with php.net
Start Writing PHP
- 201: Intro to PHP Strings and Output
- 202: Introduction to Variables
- 203: Introduction to Operators
- 204: Introduction to data types
- 205: Introduction to If-Else Conditionals in PHP
- 206: Introduction to Switch Conditionals in PHP
- 207: Introduction to arrays in PHP
- 208: Introduction to loops in PHP
- 209: Introduction to PHP Includes
- 210: Introduction to custom functions
- 211: Working with Form Data & User Input
Error Messages & Debugging PHP
Working with Files
- 401: Creating files in PHP
- 402: Reading files in PHP
- 402: Deleting files in PHP