PHP BASICS
PHP – Sneak Peek
This beginner-friendly PHP course shows you what the server actually does with your data. Type something, send it, and PHP will shape it in real time.
⚡ Test Yourself: The Power of PHP
Type a word and watch how PHP processes it 🧠
Enter something and press Run PHP.
As you progress, you’ll see how PHP works with forms, sessions and databases to build real features.
Learn PHP step by step.
From “hello world” to a working Gold Price Calculator with discount codes.
Getting Started with PHP
Setup + first PHP page (6:17) — get your environment running.
Quiz: Getting Started with PHP
Variables: strings, integers & echo
Understand PHP data and print to the page (8:07).
Quiz: PHP Variables Explained
Arrays & the DRY principle
Group data and write cleaner code (8:34).
Quiz: Arrays & the DRY Principle
Conditions & if statements
Make PHP react to logic (11:08).
Quiz: Mastering Conditions
Loops: for, while & foreach
Repeat tasks over arrays & numbers (6:46).
Quiz: Loops Made Easy
Booleans & functions
Write reusable logic & return values (10:50).
Quiz: Booleans & Functions
PHP meets HTML
Forms + $_GET + $_POST + requests (7:21).
Quiz: PHP Meets HTML
Error handling & exceptions
Catch issues and keep your app alive (6:34).
Quiz: Intro to Exceptions
Final Project: Gold Price Calculator
Build the full app with discount codes (13:49).
Final Quiz: PHP Basics
