To install PHP5 and Apache2 manually in UBUNTU 12.04 you need to run the following command.
sudo apt-get install php5
sudo apt-get install apache2
It will start installing apache2
and PHP5
for your UBUNTU.
To install PHP5 and Apache2 manually in UBUNTU 12.04 you need to run the following command.
sudo apt-get install php5
sudo apt-get install apache2
It will start installing apache2
and PHP5
for your UBUNTU.