How to decode the url in php where url is encoded with encodeURIComponent()

Posted by Nitz on Stack Overflow See other posts from Stack Overflow or by Nitz
Published on 2010-05-03T12:19:48Z Indexed on 2010/05/03 12:28 UTC
Read the original article Hit count: 345

Filed under:
|
|
|

Hey Guys, 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...

I have to do this in php..

© Stack Overflow or respective owner

Related posts about php

Related posts about JavaScript