PHP not accepting variables

I recently installed PHP Version 4.3.1. Along with Apache 2.0.44 on windows 2K. I know that they are not perfectly stable together, but I am running it for a non-critical site. My scripts don't seem to be passing in variables correctly, though. e.g. when I call myfile.php?s=1, the "s" variable inside the script is not set to 1. Is there something that I need to set in the .ini file? I mostly left everything the way it was. Thanks.

 

 

 

 

Top