Hi all
I have inputted data via textarea into a mysql row of text type
when i print the page via php it does not display spaces which looks to be stored in mysql
so instead of being
paragraph1
paragraph2
it prints as
paragraph1paragraph2
how do i get it to show returns from textareas?