On 2/27/06, Rohan R. Almeida arcofdescent@gmail.com wrote:
A query string is the part of the URL after the question mark.
The syntax is as follows: <scheme>://<authority><path>?<query>#<fragment>
I know!
So for example, in
http://localhost/index.php?search=somestring
the whole "search=somestring" is the query string. How you happen to deal with it is up to you.
In CGI culture, we normally pass "key=value" pairs separated by an ampersand (&)
That helped a lot! :P
-- Regards, Sanket Medhi.