Answers for "run php from another directory"

PHP
0

run a server php with a specific folder terminal

$ cd ~/public_html
$ php -S localhost:8000 -t foo/
Posted by: Guest on March-22-2020

Code answers related to "run php from another directory"

Browse Popular Code Answers by Language