/ Published in: PHP

Sometimes a legacy database will have HTML entities stored in it.
This function converts them. Note that this function assumes you have a database abstraction layer, and may need to be modified to connect to YOUR database.
This function converts them. Note that this function assumes you have a database abstraction layer, and may need to be modified to connect to YOUR database.
URL: http://stackoverflow.com/questions/2838245/how-to-remove-htmlentities-values-from-the-database
Comments
