Anon
07-02-2002, 04:00 PM
I've discovered that under XP and 2000 variables dont seemed to be passed in GET and POST's properly. For example with "thing.php?foo=here" there is no $foo variable defined with the script thing.php. The same thing happens with POST but interestingly $HTTP_POST_VARS[foo] does contain the posted data. I've never run into this before and it only seems to be on these 2 platforms. Anyone got any ideas how to sort it out. I read something in the apache manual about configuring it to detect scripts as posting to a standard file has no meaning but this didn't seem to help. Any help is greatly appreciated.