I am running on ubuntu 10.04. Can someone tell me how to isntall:
- PHP5
- MySQL with support for PDO
All tutorials I've found are a bit old.
I am running on ubuntu 10.04. Can someone tell me how to isntall:
All tutorials I've found are a bit old.
sudo apt-get install apache2 php5 php5-mysql php-db mysql-server mysql-client
That should get you going. Possibly replace apache2 with the webserver software of your choice.