Repository for Introductory PHP exercises.
To run the program, please read the follow:
- PHP 8.x
This repository contains introductory exercises for learning PHP, HTML, and basic programming logic.
The exercises aim to help students:
- Understand PHP syntax and control structures.
- Work with forms, GET/POST requests, and server-side processing.
- Use arrays, loops, and conditionals to solve logic problems.
- Validate functionality with automated tests using PHPUnit.
git clone https://github.com/Stucom-Pelai/MP0613_RA1RA2_IntroPHP.git
./vendor/bin/phpunit ./tests/P01_SandboxTest.php
./vendor/bin/phpunit ./tests
./vendor/bin/phpunit --debug --display-errors --display-deprecations
./vendor/bin/phpunit --testdox-html testdox.html