
MODULE 1: Introduction to PHP
StreetGeek Academy · PHP Foundations 🧠 Module 1: Introduction to PHP & Setup Objective: Understand what PHP is, where it runs, and how to set up your local development environment.

StreetGeek Academy · PHP Foundations 🧠 Module 1: Introduction to PHP & Setup Objective: Understand what PHP is, where it runs, and how to set up your local development environment.

StreetGeek Academy · PHP Foundations 🧩 Module 2: PHP Syntax and Basic Concepts Objective: Learn the foundational syntax and data handling structures of PHP — including variables, data types, constants,

StreetGeek Academy · PHP Foundations 🧩 Module 3: Operators and Expressions Objective: Understand how PHP performs mathematical calculations, logical comparisons, and combines conditions to control program behavior. 🔹 1. What

StreetGeek Academy · PHP Foundations 🧩 Module 4: Control Structures Objective: Learn how to control the flow of your PHP programs using conditional statements and loops — the foundation for

StreetGeek Academy · PHP Foundations 🧩 Module 5: Arrays and Superglobals Objective: Learn how to store and manipulate multiple values in PHP using arrays, and understand how PHP’s superglobal variables

StreetGeek Academy · PHP Foundations 🧩 Module 6: Functions Objective: Learn how to create, call, and reuse functions in PHP to write cleaner, modular, and more efficient code. 🔹 1.

StreetGeek Academy · PHP Foundations 🧩 Module 7: Working with Forms and User Input Objective: Learn how to collect, validate, and sanitize user data in PHP using HTML forms, $_POST,

StreetGeek Academy · PHP Foundations 🧩 Module 8: Working with Files Objective: Learn how to create, open, read, write, and delete files in PHP — and use them to store

StreetGeek Academy · PHP Foundations 🧩 Module 9: PHP + MySQL Database Integration Objective: Learn how to connect PHP to a MySQL database, run queries, and create a functional app

StreetGeek Academy · PHP Foundations 🧩 Module 10: Sessions, Cookies, and Authentication Objective: Learn how to store user information across multiple pages using sessions and cookies, and build a secure