php
Go to the php documentation site.
Development
PHP comes with a built in development server, run it with:
php -S <host>:<port> //e.g. localhost:8000
Press Ctrl-C to quit.
Go to the php documentation site.
PHP comes with a built in development server, run it with:
php -S <host>:<port> //e.g. localhost:8000
Press Ctrl-C to quit.