Skip to content

vrsirvent/s1-02-php-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

s1-02-php-basics

Descripció: Basic PHP Level 1 - Exercises 1, 2, 3, 4, 5 and 6

These are different exercises in PHP, focusing on variables, conditionals, loops, functions, constants, and basic operations. Creating and using variables and constants. Working with variables. Practicing with conditional and repetition statements. Isolating source code in functions.

project/ ├── level-1/ └──exercise-1/ ├── scr/ # Source code | ├── *.php # PHP file with structure and content | └── images/ | └── *.jpg, *.png └── README.md # Exercise documentation ├── level-2 through 6 are the same as level 1.
└── README.md Main documentation

Technologies

  • Frontend: ---
  • Backend: PHP

First, make sure you have the following installed:

  • PHP >= 8
  • Web server (Ex.: Apache, Nginx)

Installation

  1. Clone the repository. To install this project, follow these steps: Git Bash git clone https://github.com/vrsirvent/s1-02-php-basics.git

Demo

There is a README.md file in each exercise folder. See the characteristics of each project in the screenshot image.

Pending delivery

08-10-2025 > Pending to complete levels 2 and 3, which I will submit in the coming days.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages