Displaying 1 result from an estimated 1 matches for "another_exampl".
Did you mean:
another_example
2010 Dec 31
1
Parsing params (one of the params value has ampersand)
Hello,
I am trying to parse a URL of this format
http://example.com/links?deal_id=161&url=http://another_example.com/index.php?route=product/product&product_id=275
I need to get 2 params
deal_id and url
However, in the above example, if I do params[:url], then I get
"http://another_example.com/index.php?route=product/product"
product_id=275 is dropped on the floor as its considered another...