https://issues.apache.org/bugzilla/show_bug.cgi?id=48022

--- Comment #3 from Eric Covener <[email protected]> 2009-10-19 03:35:43 UTC ---
(In reply to comment #2)
> You have miss-understood the problem. The QSA flag APPENDS to the query 
> string.
> Without it the query string is NOT lost. 

It is when you have an explicit question mark in your substitution, as you do.
> 
> I am getting the query string correctly. It is what I expect, and what I 
> need. 

Apache only cares to the extent of the query string,  PHP parses the query
string and stuffs the values into your variables.

> What I am not getting is a form variable. This is a form variable, NOT part of
> the query string. 

When you define inputs in a GET-based form, they're sent to the server in the
query string.  PHP or any other scripting language just parses the query
string, there is no notion of form variables anywhere else.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to