To code with php, no need to install apache and other dependencies, especially as php has a builtin web server.
1apt-get install php5-cli
Then use
1php -S localhost:4444
and you’re done.
To code with php, no need to install apache and other dependencies, especially as php has a builtin web server.
1apt-get install php5-cli
Then use
1php -S localhost:4444
and you’re done.