Re: parsing querystring parameters

2008-11-03 Thread Peter Poeml
Hi Jason, On Mon, Nov 03, 2008 at 05:48:58PM -0500, Jason Fister wrote: > is there an apr utility function that would let me extract the values of > querystring variables by specifying the variable name. For e.g. if my > querysting is something like > > ?key1=val1&key2=val2&key3=val3 > > > is t

parsing querystring parameters

2008-11-03 Thread Jason Fister
Hi, is there an apr utility function that would let me extract the values of querystring variables by specifying the variable name. For e.g. if my querysting is something like ?key1=val1&key2=val2&key3=val3 is there a function which takes in key1 as the input and returns val1? Jason