Category: PHP Foundations

Browse

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.

Read More »

MODULE 2: PHP Syntax and Basic Concepts

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,

Read More »

MODULE 3: Operators and Expressions

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

Read More »

MODULE 4: Control Structures

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

Read More »

MODULE 5: Arrays and Superglobals

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

Read More »

MODULE 6: Functions

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.

Read More »

MODULE 8: Working with Files

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

Read More »