You’ll learn PHP syntax, how scripts execute on the server, and how to store data in variables. You’ll also practice outputting content safely and understanding common types used in everyday PHP.
Module 2 — PHP for the Web (Requests, Forms, Sessions)
Lesson overview
You’ll learn the request/response cycle and how PHP runs on the server to generate HTML. You’ll also learn how to run a project locally using PHP’s built-in server.
Module 4 — Modern PHP Practices (OOP, Composer, Security, APIs)
OOP helps structure larger projects: you model concepts as objects and organize logic. You’ll learn modern PHP class syntax, typed properties, constructors, and basic encapsulation.