This repository contains my learning progress and projects from the Udemy course PHP From Scratch. It's a collection of exercises, examples, and personal projects that I've created while following along with the course.
The course covers fundamental PHP concepts, including:
- Data Types & Variables
- Arrays & Iteration
- Control Structures & Conditionals
- Functions & Scopes
- Object-Oriented Programming in PHP
- Working with forms and handling user input
- Superglobals ($_GET, $_POST, $_SESSION, $_COOKIES, etc)
- Database Integration & PDO
- Thanks to Brad Traversy, the creator and instructor of this Udemy course PHP From Scratch for the comprehensive and engaging content.