I am assuming you have access to the server controls, i.e. admin access? It sounds like you haven't configured IIS to function properly with the PHP API. If you are using Win 2k, here's how to set it up.
- Right click on "My Computer"
- Select "Manage"
- Open Up "Services and Applications"
- Open Up "Internet Information Services"
- Select the website listing you are working with.
- Right-click and select properties.
- Select the "Home Directory" tab
- Click the "Configuration" button on the bottom right.
- Under the App mapping tab, scroll through the list and see if PHP is in the list.
- Remove it if it is in the list
- Click the "Add" button
- Under executable, select PHP.EXE from where you installed it.
- Under extension, type PHP
- Click ok
- Restart the web service to be sure it took
you should be all good then. At least it worked for me. Good luck.
----------
~cmiller