This site provides basic knowledge of How Install PHP, Configuring PHP with web server, Free Download PHP, Install IIS Web Server and configuring, How to Install php Documentation.

PHP Introduction
PHP Installation
PHP First Script
PHP Variable
Random Banner Script
Different BGColor Script
PHP Quick Learn
MYSQL Installation



PHP Installation & Configruing



This article will eplain you how to install PHP, Internet Information Services (IIS) web-server.

First Install Web Server IIS

>> IIS Web Server is availabel in your Windows XP CD.
>> Insert the Windows XP CD in your CD-Drive.
>> Go In Control Panel, Select Add or Remove Programs, Select Add/Remove Windows      Components.
>> After then new small Window Component WiZard open in this window select Internet      Information Services(IIS) and press next.
>> After installation complete check IIS web server work or not ?

Second Install PHP and Configure

To install PHP, You need to download php.

Free Download php installer file here :- http://www.php.net/downloads.php

To chek php install properly make new file:- test.php

test.php
<? phpinfo(); ?>

If php install properly then you can see php version and all details of php version support.

If you can not see php page means you need to configure php with web server properly.

How to install php document :- http://www.php.net/manual/en/install.php