Hello all,
I'm trying to modify the query string from the client before sending it
off again. I would like to do something like so:
http://www.xyz.com?one=1 and modify the uri to
http://www.xyz.com?one=2
the problem is I'm not sure how to reference values in the query string. I
would like to be able to say
queryArgs( 'one' ) = 2;
Is there something in place to do this or should I parse the query string
myself?
Can someone point me in the right direction?
thanks
Vince
- Upgrading mod_perl on production machine (again) Bill Moseley
- Re: Upgrading mod_perl on production machine (agai... Greg Cope
- Re: Upgrading mod_perl on production machine (agai... Steve Reppucci
- Re: Upgrading mod_perl on production machine (agai... Perrin Harkins
- Re: Upgrading mod_perl on production machine (agai... David McCabe
- Re: Upgrading mod_perl on production machine (... brian moseley
- Re: Upgrading mod_perl on production machine (agai... rolf van widenfelt
- Re: Upgrading mod_perl on production machine (... Marc Spitzer
- Re: Upgrading mod_perl on production machine (... Honza Pazdziora
- Re: changing query string Vincent Apesa
- Re: changing query string darren chamberlain
