For Web-dev, can the PHP Processor be installed on a regular Windows XP machine, such that viewing PHP files through a browser executes the PHP script? (NOT Windows Serv
Microsoft Web Platform Installer looks like a good solution, but you need Vista.
I suggest:
http://www.wampserver.com/en/
or
http://www.apachefriends.org/en/xampp.html
These are easy-install packages of apache+php+mysql for windows.
XAMPP will do the work for you, but beware that most php servers runs on some kind of unix so often it is close but not really the same.
I'm thinking on basic differences like paths, path delimiters, symbolic links etc etc
Feel free to do a search on "WAMP vs LAMP" for more info.
/Johan