PHP Setup

Neil HaddleyAugust 25, 2024

Setup

PHPphpsetupwebserver

I set up PHP on macOS. PHP is a server scripting language for building dynamic and interactive web pages.

brew install php

brew install php

php -v

php -v

php -S localhost:8000

php -S localhost:8000

https://localhost:8000

https://localhost:8000

PHP Intelephense

PHP Intelephense

Code Runner (optional)

Code Runner (optional)

I used Code Runner

I used Code Runner

php -S localhost:8000

php -S localhost:8000

https://localhost:8000/prog.php

https://localhost:8000/prog.php

phpinfo()

phpinfo()

I used phpinfo() to check configuration settings

I used phpinfo() to check configuration settings

form.html

form.html

action.php

action.php

https://localhost:8000/action.php

https://localhost:8000/action.php