|
Posted by Chris Shiflett on 06/05/05 23:59
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/
Navigation:
[Reply to this message]
|