Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 1.1 KB

File metadata and controls

53 lines (42 loc) · 1.1 KB

PHP Programming Basics

This repository contains my PHP programming practice and basic concepts.

📁 Repository Structure

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

📚 Topics Covered

  • 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

🛠️ Tools

  • PHP
  • XAMPP
  • VS Code

🎯 Purpose

This repository is created to practice PHP fundamentals and build a strong foundation for future backend development.

👨‍💻 Author

Muntasir Hasan Jim