Ric Manalac wrote:
What PHP version is known to cause this type of problem? Does anyone
know what specific configuration setting causes the $_GET to not catch
values passed through the querystring?

Well, $_GET hasn't always been around, so that's why the version can matter. Of course, this can't exactly be characterized as a problem. You just have to use $HTTP_GET_VARS for older versions.

My hosting company's PHP version is 4.3.4.

You can use $_GET.

Chris

--
Chris Shiflett
Brain Bulb, The PHP Consultancy
http://brainbulb.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to