Home > Archive > PHP Language > September 2004 > $QUERY_STRING not vaialable
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
$QUERY_STRING not vaialable
|
|
| Christian Weber 2004-09-22, 3:56 pm |
| Xref: 127.0.0.1 alt.comp.lang.php:7629
Hi NG!
I have the var $QUERY_STRING nit available. PHP 4.3.8 is running on Windows
Server 2003 and IIS6,
installed as CGI, not as ISAPI.
The var is just empty, when using POST as well as GET.
Can anyone help?
Cheerz
Chris
| |
| Janwillem Borleffs 2004-09-22, 3:56 pm |
| Christian Weber wrote:
> Hi NG!
>
> I have the var $QUERY_STRING nit available. PHP 4.3.8 is running on Windows
> Server 2003 and IIS6,
> installed as CGI, not as ISAPI.
>
> The var is just empty, when using POST as well as GET.
>
> Can anyone help?
>
register_globals
JW
| |
| Christian Weber 2004-09-23, 3:55 am |
| Thanks!
That was it!
cheerz
chris
"Janwillem Borleffs" <jw@jwscripts.com> wrote in message
news:4151A347.2020604@jwscripts.com...
> Christian Weber wrote:
Windows[color=darkred]
>
> register_globals
>
>
> JW
>
|
|
|
|
|