Programming Tutorials

Installing PHP and MySQL in windows, mac and linux

By: Jason Khov in PHP Tutorials on 2011-03-25  

On Ubuntu, you can install everything in a single command.
Just open your terminal window and type:

sudo apt-get install lamp-server^

(the ^ symbol at the end of this command is mandatory)

While LAMP environment is most widely used (Linux, Apache, MySQL and PHP) you also can use PHP in windows or mac computers. Here's how you can install PHP development environment in windows and mac pcs.

On windows, you can download and install WAMP. With one installation and you get an apache webserver, database server and php.
http://www.wampserver.com 

On mac, you can download and install MAMP. 
http://www.mamp.info/ 

Saves me a lot of headache to do development locally on my computer.






Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in PHP )

Latest Articles (in PHP)