Skip to content Skip to sidebar Skip to footer

Php Function To Convert %3c Back To Html

I have a string that needs to be converted back to html. It's in this format: %3cli%3e which should be:
  • What php function can I use to convert this? Tried html_entity_
  • Solution 1:

    Solution 2:

    Did you try urldecode?

    Post a Comment for "Php Function To Convert %3c Back To Html"