Source Code:
(back to article)
<?php $html_string = "<h1>Hello World</h1>"; $decoded_string = html_entity_decode($html_string); echo $decoded_string; ?>
Result:
Report an issue