A beginner's PHP tutorial series of eight short scripts covering the fundamentals of server-side scripting, from installation to operators. Each file is a small, focused, worked example.
- Installation notes and "hello world"
- Data types
- Statements
- Constants
- Variables
- Operators
PHP (server-side scripting).
Serve the `.php` files with any PHP interpreter (for example `php -S localhost:8000` in the repository folder) and open them in a browser, or run a single script with `php PHP_01_script_helloworld.php`.
Polina Lemenkova
ORCID: https://orcid.org/0000-0002-5759-1089
Released under the MIT License (see LICENSE).
These materials were written as programming exercises and are shared as open, self-contained teaching examples. If they are useful in your own teaching or research, a link back to this repository and to the author's ORCID is appreciated.