Frank,

John's answer applies to Apache 2.44 as well. I'm not sure how you interpreted
his advice against using Apache 2 to mean that an upgrade would solve your
problem. He recommended using the latest Apache 1.3.x.

The likely reason you are having trouble with register_globals is that you need
to reference GET variables as $_GET['blah'] instead of $blah. The archives are
filled with helpful information on this, as this question is asked a few times
a day.

Hope that helps.

Chris

=====
Become a better Web developer with the HTTP Developer's Handbook
http://httphandbook.org/

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

Reply via email to