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

Using 'OR' and 'AND' in SQL Server -

python - Finding intersection between ellipse and a line -

c++ - NetBeans Remote Development with additional configuration -