PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have a field in my db that have text with html code.
Example: "Mário it's <strong>fired</strong>. See <a href="#">Link</a>"
I can't put this im my file correctly, because my tags is being printed to the html code and sometime even the special chars too (like: á). I've already try it with and without the htmlentities, but until now i couldn't find a way to solve this.