If you are displaying your stored text as HTML then \n
are getting ignored. PHP has nl2br()
function that would convert linebreaks to <br>
, just run your text through it before displaying.
serg
2010-05-12 05:45:11