First things first, It will take a bit of tweaking to get it working propperly on IIS (or even IIS working for that matter). Dont expect it to work right out of the bag. IIS is great, when it wokrs.
Follow these directions for PHP, then if it doesnt work, ask away...
I am running 2K Server, but I am going to assume IIS on XP is very similar. IIS manager is in "Administrative Tools".
First make sure that your IIS is working, ie. give a browser your IP (or 127.0.0.1) and see if you get a webpage.
Second, install PHP. I just DLed the latest WINDOWS Binary and installed it no probs. Stop IIS if you are having trobles.
Third, set up permissions. The folder that contains your PHP pages needs to have script/execute permissions for your "web user" (IUSER-MACHINENAME).
Fourth, open IIS (in Administrative Tools) and go to Properties for your website. Click Home Directory Tab and then Configuration. Make sure that .php extension is there. You may have to add it. Just "ADD" .php and direct it to the php.exe file (C:\php\php.exe)
-------------------------------------------------
MYSQL -> Follow directions on web for installing it on windows machine. Then get EMS MySQL Manager to control it. Well you dont have to get EMS, but ITS THE BEST! Thanks Magnetic!
Need it? Look around my website...
-------------------------------------------------
That is what I know from my experiences the last few months. I may have skipped something, but its working
PoBoy