Search Our Database

How to install PHP in Windows Dedicated Server

Last updated on |
by

1. Download Web Platform installer from the internet via this link, and install it.

http://www.microsoft.com/web/downloads/platform.aspx

2. After installing, you will see a web platform installer page like below:

3. Search for PHP at the search bar at the upper part, and scroll the list to looking for PHP. Please take note that web platform installer only able to install a newer version of PHP. After choosing the PHP, click “ADD” and then click on “Install” to start to install.

4. A list of other required parts with PHP will be listed down and required you to agree Microsoft terms and condition. Read carefully and click on “I Accept” to proceed. The installation will start and a server restart is required after the installation is done.

5. If you are using IIS, a php manager will be installed inside, you may click on the icon to manage php.

6. To confirm the php installed, you may create a “info.php” file in your domain host root directory, put in the code below, and open http://domain.com/info.php to view the information of current version of your php in the browser.