CST463 · S7 CSE

Module 3 — PHP Basics

Reference material for this module, arranged in teaching order. These are the resources used when this module was taught; the classroom posts for the current cohort go up as we cover it. Every link below is public — follow it directly.

Open the classroom → Back to CST463 hub

Reference material for this module

PHP building blocks, variables, data types, operators, control statements, functions, arrays, strings and regular expressions.

Setting up — where your PHP actually runs

  1. Module 3,4,5 — PHP and XAMPP
  2. PHP Script Processing and PHP Interpreter Modes
  3. Free PHP/MySQL hosting environment

The language — building blocks of PHP

  1. Module 3 — PHP Basics
  2. PHP — Language Structure
  3. Variables, data types and operators
  4. Control statements and flow control
  5. Working with functions
  6. Initialising and manipulating arrays
  7. Strings and regular expressions

Practice

  1. Programming questions — JavaScript and PHP