supernova,
Check this link out:
I am using WAMP and I love it!!! It is easy and very intuitive to work with. I recommend you dump IIS and use Apache.
That said, if you MUST stick with IIS the process still is very simple:
1. Visit
and download and install WIN Binaries
2. In IIS, setup a website or virtual host. Do not forget
to set a default document using .php extension
3. If working off your localcost, then edit hosts file
located in c:\windows\system32\drivers\etc
Add a line like so: localphp 127.0.0.1
NOTE: Change localphp to whatever you want to name your
virtual host or web site
4. Go to your DNS services - Stop and Start DNS
5. Open your web browser and type
and you should get your default page (whatever you
defined within IIS)
If you want to create a default page, a good way to start is:
- Open notepad or any text editor
- type the PHP script as follows
- Save file as phpinfo.php in your web root directory
- Add this file in IIS on the document list
- In your browser type the URL
You should see a nice page telling you all sorts of information about your PHP and how it is configured.
Since I learned about phpinfo() (about a week ago

), I defined a page as I memtioned here and use it when I need to check on my PHP settings.
Hope this helps!
Regards,
Jose Lerebours
KNOWLEDGE: Something you can give away endlessly and gain more of it in the process! - Jose Lerebours