[thelist] QUERY_STRING not reported to PHP by Apache

Howard Cheng howcheng at ix.netcom.com
Thu Jan 23 15:40:01 CST 2003


At 01:32 PM 1/23/2003 -0800, Anthony Baratta wrote:
>At 11:55 AM 1/23/2003, Peter VanDijck wrote:
>>In my Apache (on FreeBSD) installation, I ran phpinfo() and the
>>QUERY_STRING environment variable is reported as "no value". This is
>>breaking a wiki script I want to run (I think that's what it is). Any
>>tips on how to turn this on???? A search didn't get me anything...
>
>Do you have Register Global Variables turned on??

Check your PHP version. If it's >= 4.2 you'll either need to register your
global variables or use the super-globals ($_SERVER['QUERY_STRING']).


::::::::::::::::::::::::::::::::::
Howard Cheng
http://www.howcheng.com/
howcheng at ix dot netcom dot com
AIM: bennyphoebe
ICQ: 47319315




More information about the thelist mailing list