This repository contains my PHP programming practice and basic concepts.
php/
└── basic-codes/
├── 01_introduction.php
├── 02_syntax.php
├── 03_variables_constants.php
├── 04_data_types.php
├── 05_operators.php
├── 06_echo_print.php
├── 07_conditionals.php
├── 08_loops.php
├── 09_functions.php
├── 10_arrays.php
├── 11_array_functions.php
├── 12_superglobals.php
├── 13_form_handling.php
├── 14_form_validation.php
- PHP Introduction and Syntax
- Variables and Constants
- Data Types
- Operators
- Echo and Print
- Conditional Statements
- Loops
- Functions
- Arrays and Array Functions
- Superglobals
- HTML Form Handling
- Form Validation and Sanitization
- PHP
- XAMPP
- VS Code
This repository is created to practice PHP fundamentals and build a strong foundation for future backend development.
Muntasir Hasan Jim