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
- Frontend: ---
- Backend: PHP
First, make sure you have the following installed:
- PHP >= 8
- Web server (Ex.: Apache, Nginx)
- Clone the repository. To install this project, follow these steps: Git Bash git clone https://github.com/vrsirvent/s1-02-php-basics.git
There is a README.md file in each exercise folder. See the characteristics of each project in the screenshot image.
08-10-2025 > Pending to complete levels 2 and 3, which I will submit in the coming days.