I have an image src as :
it contains symbol '&' i need to use url without '&' symbol.
I tried urlencode but it returns:
https%3A%2F%2Fscontent.xx.fbcdn.net%2Fhphotos-xtl1%2Fv%2Ft1.0-9%2Fs720x720%2F10291693_1478919849038582_6717876706471049180_n.jpg%3Foh%3D0e2416fd3373c0757b7f3dd40169dfa9%26oe%3D57127C81
Doesn't work.
I also tried to replace '&' with '%26'
But no success. Any help?