How to decode the url in php where url is encoded with encodeURIComponent()?
I have tried the urldecode() but then also..i don\'t the url which i have encoded...
You should use rawurldecode(). See the Manual
rawurldecode()