I have following string:
ab"wefdty?'aaavvv
After submitting the data it shows like this :
ab'wefdty?"aaavvv
I tried with htmlspecialCharacters, htmlentities but it won’t work. How should I get the original text back?
I have following string:
ab"wefdty?'aaavvv
After submitting the data it shows like this :
ab'wefdty?"aaavvv
I tried with htmlspecialCharacters, htmlentities but it won’t work. How should I get the original text back?