Welcome to my PHP learning repository! This repository contains code and resources as I learn PHP.
This repository documents my journey learning PHP, including:
- Basic syntax and fundamentals
- Object-oriented programming concepts
- Database integration
- Web development practices
- PHP 7.4+ installed
- A code editor (VS Code, Sublime Text, etc.)
- Composer (optional, for dependency management)
php filename.phpFor web projects:
php -S localhost:8000/
├── basics/ # Fundamental PHP concepts
├── oop/ # Object-oriented programming examples
├── projects/ # Practice projects
└── README.md # This file
-
Variables and data types
-
Arrays
-
Functions
-
Object-oriented programming
-
Classes and objects
-
Error handling
-
Databases
Status: In Progress 🚀