Answers for "windows running php command"

PHP
1

start server cmd php

php -S localhost:8000
Posted by: Guest on January-15-2021
-1

execute php file from command line

php -f /path/to/your/file.php
Posted by: Guest on October-02-2020

Code answers related to "windows running php command"

Browse Popular Code Answers by Language