Użytkownik "Tom Thackrey" <use.signature@nospam.com> napisał w wiadomości
news:EePie.18664$J12.14413@newssvr14.news.prodigy.com...
> The problem is the browser treats newlines as white space. Change \n to
<br>
> ( str_replace("\n",'<br>',$txt) ) before you echo it to the browser.
there is a function nl2br() ;-)
also you can print tag <pre> before $txt