Developing with PHP on your local machine

2 steps required

Run in command line (in the directory of your php files)
php -S localhost:8000
This run a server for the local machine on the port 8000, and interpret PHP files.
16/37