Hi, I was wondering if anyone
had a code or knows a fucntion that will
parse the $QUERY_STRING.
I need to find out the keywords
for exampel index.php?a=b&c=d+a%a
when I do $getevn("QUERY_STRING")
I get the following string return
a=b&c=d+a%a // how do I parse it
Thanks