I have a string that needs to be converted back to html. It's in this format:
%3cli%3e
which should be:
<li>
What php function can I use to convert this? Tried html_entity_decode() but that didn't work.
urldecode()
Did you try urldecode
?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With