KevinM1 Posted November 2, 2007 Share Posted November 2, 2007 Is there a quick, easy way to reverse what htmlentities() does? I've searched the online manual for a built-in function, and so far haven't found one. Link to comment https://forums.phpfreaks.com/topic/75806-solved-reversing-htmlentities/ Share on other sites More sharing options...
pocobueno1388 Posted November 2, 2007 Share Posted November 2, 2007 html_entity_decode() http://us.php.net/manual/en/function.html-entity-decode.php Link to comment https://forums.phpfreaks.com/topic/75806-solved-reversing-htmlentities/#findComment-383664 Share on other sites More sharing options...
KevinM1 Posted November 2, 2007 Author Share Posted November 2, 2007 html_entity_decode() http://us.php.net/manual/en/function.html-entity-decode.php Sweet, thanks! Link to comment https://forums.phpfreaks.com/topic/75806-solved-reversing-htmlentities/#findComment-383668 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.