decodeURIComponent
throwing an error while decoding the encoded data in php.
data is encoded
in PHP
using rawurlencode
function and while decoding
in js
we are using decodeURIComponent
.
For few data I am getting an error for other values it is working fine.
Question:
I want to know is there any alternate to rawurlencode
or decodeURIComponent