Hi
I haven't tested this as I don't have php on windows, but I would appreciate an answer anyway...
I am told php will not process a query string in windows. ie test.php?a=1 will not pass the value of 1 to the variable 'a' in the script test.php. (I know there are ways of reading the variables using $_GET etc). Is this correct??
10q