Can anyone help me with this? I've just set up PHP on IIS 6. It works fine, phpinfo() shows the correct info. However, when I use an include file: include("functions.php"); The entre source code of functions.php is outputted to the browser, rather than being run by the php interpreter....