How to install PHP on windows pc?

  • Thread starter Thread starter Chris G
  • Start date Start date
C

Chris G

Guest
This is prob going to sound stupid cos i dont understand the php manual given on www.php.net

cans omeone explain what i have to do after i extract the files to c:/php
 
I referred to Wrox Publication's book on PHP. they have explained it very well.

You didn't mention if you r using IIS or Apache Web Server. if you are new to web application, i would like to mention that you need either IIS or Apache Web Server to set up php. Once IIS & Apache are working, extract the files. After extracting files, you have to set up some config files & ISAPI extension(in IIS)to make it work. Here is a link to setup with IIS:

http://www.visualwin.com/PHP/

Hope this helps.
 
Back
Top