views:

48

answers:

4

Hi All,

I'm new to PHP programming. I want to install PHP & Apache in my Vista machine. Could you guide me to get those installed? I would really appreciate, if you explain step by step.

+5  A: 

You may want to look at a prepackaged installer like xampp.

Amber
Xampp is way cooler, I run my webserver from my flash drive and on any computer; in addition, to a MySQL database also on the flash drive.
Newb
A: 

There are step-by-step instructions here: Apache and PHP

Amarghosh
A: 

In addition to the above, you might also want to use Zend Server CE for a complete package. Comes with a guided installer so you dont have to bother much about installation.

Gordon
A: 

I've good luck with WAMP server Window Apache Mysql Php. It's a breeze to use:

http://www.wampserver.com/

pygorex1
English-language link: http://www.wampserver.com/en/index.php
pygorex1