Introduction
  • Welcome!
  • What is PHP?
  • What does PHP do?
  • Tools to Get Started
  • The Course Files
  • PHP Pop Quiz!
PHP Basics
  • Your First PHP Web Page
  • PHP Syntax
  • PHP Variables
  • More Variables
  • Defining Constants
  • Get Your Hands Dirty!
PHP Arrays
  • PHP Arrays
  • PHP Associative Arrays
  • PHP Multi-Dimensional Arrays
  • Get Your Hands Dirty!
PHP If, Else & Elseif
  • If Statements
  • PHP Else
  • PHP Elseif
  • Get Your Hands Dirty!
PHP Operators
  • Comparison Operators
  • Logical Operators
  • Arithmetic Operators
  • String Operators
  • Assignment Operators
PHP Loops
  • While Loop
  • For Loop
  • Foreach Loop
  • Do / While Loop
PHP Functions
  • Intro to PHP Functions
  • Custom Functions
  • Simple Arguments
Coding a Dynamic PHP Restaurant Website
  • The Final Website
  • Code a Basic Webpage Layout
  • Templating a Global Header & Footer
  • Dynamic Copyright & Hours of Operation
  • Code a "Team Member" Array & Template
  • Code a "Menu" Array & Template
  • Understanding $_GET
  • Code a "Menu Item" Dynamic Template
  • Code a Simple Contact Form
  • Understanding $_POST
  • Simple Form Validation & Submission (Part 1)
  • Simple Form Validation & Submission (Part 2)
  • Uploading Your Website Live On The Web
  • Wrap Up & Where to Go From Here!