Maniacomputer Web Mail     Powered bydeskNow
     Learn More
    or     Register
Useful

Links


Free technical Tutorials At techtutorials.net



Link Exchange at iWEBTOOL.com

 


For the graphics you need on your website

For javascript
3666
            PHP > Installing PHP on IIS 7 pag 2


  Windows Logo
PHP News

Professional PHP
PHP Programming, Web Development, PHP Advocacy and PHP Best Practices.

php | tek Wrapup
I really enjoyed myself at this year’s php | tek. The conference seemed even better than last ye...
php | tek 2008
Well, I’ve made it to PHP|tek in Chicago. I flew in last night, had a beer with Jason and then u...
Sarah Snow Stever
I am very sad. Two weeks ago, my cousin Sarah had a stroke and died. She was 35, two years youn...
Benchmarking PHP?s Magic Methods
Larry Garfield has an interesting set of benchmarks covering many of PHP’s magic methods. His re...
The Endpoints of the Scale of Stupidity on Video
A quote from Cal Henderson (via simonwillison) presents a “Web Application Scale of Stupidity:” ...
Working with PHP 5 in Mac OS X 10.5 (Leopard)
Mac OS X is a great development platform for working with PHP. Leopard comes with Apache, PHP an...

RSS feed display by CaRP
Added on 23/01/2008
This Tutorial has been Viewed 3666 times
Current rating:  4.50   out of 5 from   2   raters        
   rate this page

How to Install PHP 5.2 on IIS 7and Windows Vista

  • Installing IIS 7 on Vista
  • Installing and configuring  PHP on IIS 7 pag 1
  • Installing and configuring  PHP on IIS 7 pag 2
  • Installing MySql on Vista


  • Install PHP 5.2 on Vista and IIS 7

    pag 2 of 2


    



      IIS properties
      Fig 4





      IIS configuration
      Fig 5




      IIS extension Service
      Fig 7

       


      IIs Extensions Add dialog box
      Fig 8

       


      WEbService Extension Properties
      Fig 9

       


    Now you ready for the test.,open a new file with notepad and type:<?php phpinfo(); ?> Save it in your website root directory that should be C:\Inetpub\wwwroot as phpTest.php not as text file but all files or it wont work.if you find problems saving in the website root folder,check the security permissionsOpen your web browser and type in the address bar http:/localhost/phptest.php and ,if a page with all the php info appears ,it means that you have php succesfully installed and running.

    If you have any problems installing PHP ,please don't hesitate to contact me from here

    Back to page 1