If I have a textarea and a complete the form like:
99 Main Street
Springfield
New York
And I store it in the database.
When I pull it into a variable to be echoed, how do I create the <br />'s i.e. to stop it looking like:
99 Main Street Springfield New York
is it something to do with /n?