PHP Programming Language Tutorial - Full Course
- Run server
- Install PHP, by downloading it and putting it on
C:\php
- Check it's installed
php -v
- Run your server
php -S localhost:4000
- Go to the file you want to run
http://localhost:4000/<file-name>.php
- Install PHP, by downloading it and putting it on