Ask a Question related to PHP Development, Design and Development.
-
Christian Weber #1
$QUERY_STRING not vaialable
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
Christian Weber Guest
-
CGI.Query_String Login/Logout Problem
Here is my form for logging in; <form name="login_form" method="post" action="#CGI.SCRIPT_NAME#?#CGI.QUERY_STRING#"> I use the CGI.SCRIPT_NAME and... -
Parse cgi.query_string
I have a payment gateway that returns all its results in a humongous cgi.query_string. I would like to parse through it and assign variables and... -
query_string test and strip.
Could someone give me the topics to look up on php.net, to be able to work out how to remove stuff added to a query_string? I wish to check... -
Janwillem Borleffs #2
Re: $QUERY_STRING not vaialable
Christian Weber wrote:
register_globals> 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?
>
JW
Janwillem Borleffs Guest
-
Christian Weber #3
Re: $QUERY_STRING not vaialable
Thanks!
That was it!
cheerz
chris
"Janwillem Borleffs" <jw@jwscripts.com> wrote in message
news:4151A347.2020604@jwscripts.com...Windows> Christian Weber wrote:> > Hi NG!
> >
> > I have the var $QUERY_STRING nit available. PHP 4.3.8 is running on>> > 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 Guest



Reply With Quote

