how do i get it that on a form if press enter in a textarea it replaces it with a line break when i add my data?
eg. like when submiting a thread to a forum
when you get it back out of the db, just wrap nl2br() around it
echo nl2br($variablefromdborwherever);