views:

37

answers:

2

i was wondering if there is a MYSQL function to decode text with html entities. I have seen some approaches using REPLACE but it looks kinda hard to manage all the entities.

+2  A: 

Nope, there is no function in mySQL to decode html entities since it is not concerned with html :)

Sarfraz
+1  A: 

If you are using php, this thread should help

letronje