is there a way how to convert HTML entities to their applicable characters. Something similar to html_entity_decode()? I\'m trying to make ordinary text wit
Or simply you can use:
echo html_entity_decode('&', ENT_NOQUOTES, 'UTF-8');