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
Post a Comment