You must set php as a web service extension. search the board, you'll find a legnthly discussion about it. I've gotten php to work correctly with server 2003/iis6, except it only works in .php files, i cant use <?php echo 'foobar'; ?> in .html files, and even then the .php files wont do most php code correctly. for some reason php is having problems passing varibles. I made a simple script to test form method post and get to $DOCUMENT_SELF with if statements setup to echo results upon clicking submit, but clicking submit just refreshes and page and the flag doesnt go up. it seems like varibles arent being sent. i even tried going to test.php?foo=1 and it still didnt work.
now im just totally confused. ive been searching for the answer to my problem, but im not even sure what search criteria to use. google doesnt seem to like "wtf is wrong with iis6 +php" :rolleyes: