Introduction to PHP, Part 2

OSTraining
Course Summary
This class follows directly on from "Introduction to PHP" and continues to build your knowledge of PHP. You'll learn about constants, loops, switch and includes statements. Plus, you'll also get some great tips on debugging tools.
-
+
Course Description
This class follows directly on from "Introduction to PHP" and continues to build your knowledge of PHP. You'll learn about constants, loops, switch and includes statements. Plus, you'll also get some great tips on debugging tools.
Robert learned HTML/CSS back in 2008 when he decided to start a film review site, and he continued adding to his site file-by-file the old-fashioned way for a year. When he asked a web developer friend how to build a site that "automatically lists content on the homepage and stuff," he was pointed to Drupal.
Since then, Robert has continued to build his experience with the CMS by using it on his own projects and by managing other brands' pre-existing Drupal sites. In doing so, he has learned some of the best ways to use the tools Drupal has available--and what mistakes to avoid.
In his spare time, Robert trains Brazilian Jiu Jitsu and works on too many side programming projects. He is also the author of two books.
-
+
Course Syllabus
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
Using Multiple Files with Include Statements
Other Ways to Use Multiple PHP Files
Debugging
Debugging PHP With Variables and Functions
Debugging PHP With Magic Constants
Quiz
PHP Part 2 Quiz