New Class: Introduction to PHP, Part 2

This week’s new class continues to build out the library of PHP lessons that’s available to OSTraining members.
“Introduction to PHP, Part 2” follows directly on from “Introduction to PHP” and continues to build your knowledge of PHP.
You’ll learn about constants, loops, and switch and includes statements. Plus, you’ll also get some great tips on debugging tools that are built into PHP.
These two classes are part of a larger series of PHP classes that also includes Introduction to Object Oriented PHP and How to Use phpMyAdmin. Look for even more new PHP classes over the next few months!
Syllabus for Introduction to PHP, Part 2
Moving Beyond Features from Part 1
- Constants in PHP
- The While Loop in PHP
- The Do While Loop in PHP
- Switch Statements as an Alternative to If/Else
Using Multiple Files
Debugging