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.phptest.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