Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.25 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.25 KB

PHP - Basics

Objective of this repository

Here is a little story: In my first job, I always arrived early. I sat in my chair, turned on the computer (that old one), typed the OS login password, and started working. After several months, the unexpected happened: I simply forgot the password. The password was stored in the webmail, which was accessible upon starting the computer. This incident taught me a few things:

  • Never overestimate your ability to learn
  • Never underestimate your ability to forget

This repository covers the basics of PHP syntax. If you are new to PHP and want to learn this amazing programming language, keep in mind that forgetting is an inherent part of learning. Good luck!

How this project was built

This project was built based on the following repository:

If you don’t have PHP installed on your host or want to replicate the developer's (my) environment, clone the repository above and place the PHP - Basics repository inside the www/public directory.

Useful Links: