So I want to learn PHP, and I\'ve installed it with \"sudo apt-get install php5\" on my Ubuntu 14.04 machine. I see it also installed Apache.
Now I\'ve created my progra
In order to make it possible for Apache to see and play with your helloWorld.php or any other file it should be inside /var/www/html/
But /var/www/html/ requires root privilege to write or create documents here. I.e use sudo in the terminal to open up the editor or simply extend the privilege to write and execute by using chmod
command