Get paramater from url string

Ari911

New Member
If I have a URL but as a string e.g. \[code\]www.test.com?q=1234&h=4567\[/code\] how can I pick out e.g. "q"I'm picking the url up from a database so I can't use \[code\]request.querystring("q")\[/code\]
 
Back
Top