PHP html_entity_decode() May 22, 2012 Pramod T P It convert all HTML entities to their applicable characters Example <?php echo html_entity_decode(“PHP & HTML”); ?> Output PHP & HTML