On Tuesday, Oct 15, 2002, at 01:08 Europe/London, David Barrett wrote:
> Hehe... I love quick solutions... not...
>
> The problem has got to be with PHP 4.2.3.  I have the same using it 
> under
> Apache 2.whatever the latest stable release is.  And my php.ini is the 
> same
> as it is on all my other installations.
>
> Mind you, in my case the problem could be Apache, too... the above 
> versions
> appear not to like each other.
>
> Any more ideas?  Oh, and can I have a page reference for any "look it 
> up in
> manual" comments, please? ;-)

Are you absolutely sure your php.ini file is exactly the same on each 
installation? You are aware that the default value for register_globals 
changed at version 4.2? If not, read the warning on this page: 
http://www.php.net/manual/en/language.variables.predefined.php

If that's not it, have you tried echoing the variable. Have you tried 
doing a print_r (www.php.net/print_r) on $_GET and/or $_POST?

-- 
Stuart


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

Reply via email to