Answers for "command to start php"

PHP
2

how to open server in php

php -S localhost:8000 // Run Php server
Posted by: Guest on January-26-2021
-1

execute php file from command line

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

Browse Popular Code Answers by Language