All the PHP and MySQL Classes
This contains all our classes on using PHP, MySQL and associated tools. Elsewhere in OSTraining, you can find lists of clases that focus on PHP developement within WordPress, Drupal and Joomla.
Introduction to PHP, Part 1
This class allows you to understand the code used to run your Joomla, WordPress or Drupal site. In this class you're going to learn the basics of how a PHP-based website works.
Introduction to PHP, Part 2
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.
Introduction to Object Oriented PHP
Object oriented programming (OOP) is the most popular approach taken by PHP developers. You'll find object oriented code in almost all major CMS's and platforms. In this class, you'll learn the fundamentals of OOP and how they apply to PHP.
How to Use phpMyAdmin to Manage MySQL
Most major website platforms use MySQL as their default database. phpMyAdmin is free software, written in PHP, which makes it easy to manage your MySQL databases.
How to Use PHP References
In this intermediate-level PHP class, Robert introduces you to references. PHP references are often useful and sometimes essential tools for accesing data in your code.