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.
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
- Module 3,4,5 — PHP and XAMPP
- PHP Script Processing and PHP Interpreter Modes
- Free PHP/MySQL hosting environment
The language — building blocks of PHP
- Module 3 — PHP Basics
- PHP — Language Structure
- Variables, data types and operators
- Control statements and flow control
- Working with functions
- Initialising and manipulating arrays
- Strings and regular expressions
Practice
- Programming questions — JavaScript and PHP