Intro to PHP
This module is an introduction to the PHP programming language. It will also serve as a programming reference that you can use throughout the course.
This module will cover variable data types, boolean branching structures, looping structures and variable scope.
Table of contents
- Objectives and Conventions
- History and Comparison
- The Basics
- Variable Types
- Strings
- Booleans and Decisions
- For and While Loops
- Arrays and Hashes
- Array and Hash Traversals
- Functions
- PHP and HTML