
MODULE 13: Bonus – Intro to PHP in WordPress
StreetGeek Academy · PHP Foundations 🧩 Module 13: Bonus – Intro to PHP in WordPress Objective: Understand how WordPress uses PHP to render content dynamically,

StreetGeek Academy · PHP Foundations 🧩 Module 13: Bonus – Intro to PHP in WordPress Objective: Understand how WordPress uses PHP to render content dynamically,

StreetGeek Academy · PHP Foundations 🧩 Module 12: Final Project – Simple Blog System Objective: Build a complete, functional Blog System using PHP and MySQL.

StreetGeek Academy · PHP Foundations 🧩 Module 11: Error Handling and Debugging Objective: Learn how to identify, handle, and debug PHP errors using built-in error

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

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

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

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

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

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

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