The question is this, i have some text that i bring from the DB.
The info is recorded as HTML.
When i bring that info, it comes as "<b>hello world</b>" i mean, it comes all the html as string, and i want to use that string as html. I think there is a function in php for this, but i dont find.
example:
i have "<b>hello world</b>" and need to be hello world
header('Content-type: text/html');in start of output.