Get previous query string
Posted: Wed Aug 16, 2006 8:08 pm
Ello all!
So here it goes. I need to get the query string from the referer. Like if I have this as the HTTP_REFERER:
http://www.domain.com/Search.php?ting=1&funk=yum
I want to get 'thing=1&funk=yum' out of that. How do I do this?
So here it goes. I need to get the query string from the referer. Like if I have this as the HTTP_REFERER:
http://www.domain.com/Search.php?ting=1&funk=yum
I want to get 'thing=1&funk=yum' out of that. How do I do this?


