Answers for "how to setup php localhost using cmd"

PHP
4

simple localhost php

1) cd ~/public_html
2) php -S localhost:8000
Posted by: Guest on May-30-2020
3

run php in browser localhost

cd my-project
php -S localhost:8000
Posted by: Guest on June-01-2021

Code answers related to "how to setup php localhost using cmd"

Browse Popular Code Answers by Language