mysql - How should new line and bold/italic characters be stored? -


i want store paragraphs in database. includes bold , italic characters. there datatype in mysql this; or, should store data in varchar column?

how should new line , bold/italic characters stored in mysql?

you can't have store html code in varchar/text datatype field in mysql , echo without using htmlspecialchars()


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -