HTML TAGS dont working when i have a PHP ECHO.

I have a longtext column in my database mysql. This column have HTML tags. When I echo this with PHP, the tags dont work.

Here is my echo<p><?php echo $data["news"][0]["cad_texto_noticia"]?></p>

And here is the output: <p>O Minist&eacute;rio da Justi&ccedil;a (MJ) deve decidir, at&eacute; o fim de junho, se vai propor a redu&ccedil;&atilde;o de impostos sobre cigarros fabricados no Brasil. Em mar&ccedil;o, uma&nbsp;<a href="#">portaria assinada pelo ministro S&eacute;rgio Moro instituiu um grupo de trabalho</a></p>

I need the output to not show special characters and tags work.


#html #php

1 Likes33.70 GEEK