Answers for "what command to use in php file to run on localhost"

PHP
20

run php server

cd path/to/your/app
php -S localhost:8000
Posted by: Guest on May-14-2020
4

run php in browser localhost

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

Code answers related to "what command to use in php file to run on localhost"

Browse Popular Code Answers by Language