7
Are you running IIS on WinXP or another Webserver App?
I use and highly recommend this:
http://www.appservnetwork.com/It installs PHP,MySQL and Apache on your local WinXP machine. I actually like the control better than running the standard IIS in XP. Wonderful adn easy to use.
It sounds like PHP is not started on your server, but you say other PHP scripts run...wierd.
Also, do you know the version of PHP you are running?
PHP5 may give you some problems with certain scripts.
To check your php version, copy and paste this in a text file and save as phpinfo.php.
phpinfo()
?>
upload to your root directory then point your browser to
http://localhost/phpinfp.php