Chapter 1: Introduction Course Objectives; PHP Definition, Syntax, Key Words and Tags PHP Development Environment; Whitespace and Comment Chapter 2: Variables, Syntax, Operators and Conditional Control Variables Echo vs. Print; Single vs. Double Quotes Operators Controlling the Flow Chapter 3: Defining Loops and Debugging Repeating Codes Debugging PHP Chapter 4: Working with Arrays and Functions Arrays Function; Code Reuse Functions – Part 2 External PHP Runtime Error Handling Chapter 5: File Resources Reading a File Reading a Configuration File Chapter 6: Forms and Superglobals Form Processing; Superglobals Chapter 7: Database Storage Database Storage – Part 1 Database Storage – Part 2 Chapter 8: Object-Oriented Development Object-Oriented Development – Part 1 Object-Oriented Development – Part 2 Object-Oriented Development – Part 3 Inheritance Demo Exercise 9 Chapter 9: Security Common Threats Security Demo and Exercise 10 Chapter 10: PHP Library PHP Built-in Constants and Standard PHP Library Standard PHP Library Demo – Part 1 Standard PHP Library Demo – Part 2 SPL Data Structures and Exception Types SPL Data Structures Demo SPL Exception Types Demo; Exercise 11 Chapter 11: SQL for Developers Relational Database Management Systems and SQL Language SQL Statement Select Statement Demo – Part 1 Table Joins and Union Select Statement Demo – Part 2 Joins Demo Insert, Update and Delete Commands; Aggregate Functions Queries and Store Procedure Chapter 12: Design Pattern Design Pattern Categories Singleton Pattern Demo Observer Pattern Demo Wrap UP