Skip to content

MU1147-LEGEND/Learn-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning PHP

Welcome to my PHP learning repository! This repository contains code and resources as I learn PHP.

Overview

This repository documents my journey learning PHP, including:

  • Basic syntax and fundamentals
  • Object-oriented programming concepts
  • Database integration
  • Web development practices

Getting Started

Prerequisites

  • PHP 7.4+ installed
  • A code editor (VS Code, Sublime Text, etc.)
  • Composer (optional, for dependency management)

Running the Code

php filename.php

For web projects:

php -S localhost:8000

Repository Structure

/
├── basics/         # Fundamental PHP concepts
├── oop/            # Object-oriented programming examples
├── projects/       # Practice projects
└── README.md       # This file

Resources

Progress

  • Variables and data types

  • Arrays

  • Functions

  • Object-oriented programming

  • Classes and objects

  • Error handling

  • Databases


Status: In Progress 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published