I often use the PHP built-in server from CMD (windows) with: php -S 127.0.0.2:8000
But, I want to create a CMD File, which I just double click to run the server.
I tried with : exec
, chell_exec
, system but it doesn't work.
I often use the PHP built-in server from CMD (windows) with: php -S 127.0.0.2:8000
But, I want to create a CMD File, which I just double click to run the server.
I tried with : exec
, chell_exec
, system but it doesn't work.