In my database I have a field that stores the description of something. The user sometimes needs to have line feeds in the text to separate paragraphs. They are stored in the db, but when i print it to the screen, its just one big line. How can i change the line feeds ( /n ...? ) into <br>? Thanks.
Phil.