This is a quick note for how to run PHP code from CLI and print the result on a web browser…
php -S 127.0.0.1:8000 -t C:/app/php-folder
Web developer's learning journal
This is a quick note for how to run PHP code from CLI and print the result on a web browser…
php -S 127.0.0.1:8000 -t C:/app/php-folder