Can anyone tell me how i should store HTML in a table so that they format the text when read from the database.

Example.
I write this text in a form.
This is my (i)text(/i).

I want text to be italic when read from the database and posted using PHP?

Thanks!