I am working in PHP and I have a string in html , saved in database, which is encoded like this
\x3cdiv class\x3d\x22hdtb-mn-cont\x22\x3e\x3cdiv id\x3d\x22XJDHvf\x22\x3e\x3c/div\x3e\x3cdiv class\x3d\x22hdtb-mn-hd\x22
I have tried a lot to decode it. For example \x3cdiv
wil become "<div"
but couldn't find any specific function. Can someone please help?