I've recently install apache 1.3 and php4.2 on my w2k box. Server runs and loads php, php works. The only problem I am having is that when i try to use a variable via the url the variable does not get passed to the program.
example:
www.url.edu/sort.php?job=new
results in $new not being set to anything.
I've tried this on production servers and the code is solid, I can only think there is a problem in the configuration for php or apache.
Any ideas?