Yes, here is the code
<html>
<head>
</head>
<body>
Hello - <?php echo "world"; ?>
</body>
</html>
and here is the output
Hello -
The windows/system32/inetsrv/fcgiext.ini has the following entries
[Types]
php=PHP
[PHP]
ExePath=d:\documents and settings\denis\phpx\php-cgi.exe
system variables
PHPRC -> d:\WINDOWS\system32\inetsrv
PATH -> ...;d:\Documents and Settings\Denis\phpx
application mapping
.php -> d:\WINDOWS\system32\inetsrv\fcgiext.dll
PHP and hello.php are located at d:\...\denis\phpx
fastcgi is located at d:\WINDOWS\system32\inetsrv
thanks