php - HTML Entities Conversion -


i storing data in mysql follows

test <br><br>asdadsfdasfsafsaf<br><br>test<b>sadasdsadsads<font color="#553333">sadfsafdasfsafsaf</font></b><br> 

i want show in browser using php.i used html_entity_decode($sql[0]); result got is

test<br><br>.............. 

expected result should :

test    sahjgjhgjh  


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -