Hello,
How do i retain the <ENTER> feed when retrieved from the database? For example, someone enters:
"Hello there,
What a nice day"
How do I output the line break too? I can only get it to display everything on one line.
check out the nl2br() php function
thanks, works beautifully!