/PHP_SandBox

Work in progress: This will be a small playground to learn PHP

Primary LanguagePowerShellMIT LicenseMIT

A small playground for learnning PHP or just a refresher.

Big thanks to bradtraversy's course.

A general-purpose scripting language geared toward web development.

  • It's an Interpreted server-side language.
  • It can be written alongside HTML within PHP tags
  • It's often used with relational databases such as MYSQL
  • It's a relatively easy language to learn

Environment Setup

Install php and its dependencies:

& Scripts\WebServerSetup.ps1

Start dev server:

Cd Path/to/PHP_SandBox
php -S localhost:4000