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

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -