This repository covers the basics of PHP, focusing on functions and Object-Oriented Programming (OOP).
To run the examples in this repo, make sure you have PHP installed on your system.
Learn how to create and use functions in PHP. Functions help you reuse code and make your programs more organized.
Explore the basics of OOP in PHP. Understand how to create classes, objects, and use OOP principles like inheritance and encapsulation.