Saturday, 8 December 2012

Setting up PHP

There are few ways to install PHP in your computer,
  • Install PHP, Apache, Mysql individually and configure them.
  • Install using third party bundles (wamp, xampp, lamp etc.)


Manual Installation:

You have to download PHP, Apache , MySQL separately( php, mysql db server, apache ).
You need to configure each of them to work together, Lot of guides are available on the internet for configuration.

Using Packages:

 There are various bundled software packages available which you can download, install and start using it with out needing of configurations.

although there are several packages available WAMP, XAMPP are widely used packages. In next post i am going to explain how to install & configure WAMP server on your windows desktop.

WAMP stands for Windows Apache Mysql PHP

No comments:

Post a Comment