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
1317
            PHP > Installing PHP on IIS
 Rate this Page:    your vote is welcome
      Not Rated                                                  

How to Install PHP 5.2 on IIS and Windows XP

  • Installing and configuring  PHP on Apache
  • Installing and configuring  PHP on IIS
  • Installing MySql
  • Installing Apache


  • Install PHP 5.2 on Windows XP and IIS


    

    This  tutorial is about installing PHP 5.2 on IIS 5.1 and 6.0 Web Server running on  Windows XP.You can visit the PHP website and download the file php-5.2.4-Win32.zip for the manual installation.

     





      Envirement variables




      Envirements Variables Edit



      C:\Program Files\PHP and click OK.This is to tell the System and PHP that php.ini is in the same directory where PHP is, instead that in the system directory.This part is very important,when you finish installing and you run phpinfo in your browser,check in the first part you should be able to read something like this :
      Loaded Configuration File C:\PHP5\php.ini
      where C:\PHP5\php.ini is the path we are talking about.
      Don't forget to restart your computer after this.

      System variable New





      IIS properties





      IIS configuration




      IIS extension Service

       


      IIs Extensions Add dialog box

       


      WEbService Extension Properties

       


    Now you ready for the test.,open a new file with notepad and type:<?php phpinfo(); ?> Save it in C:\Inetpub\wwwroot as phpTest.php not as text file but all files or it wont work.pen 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.