When a user adds a text to a text area and the make a paragraph by hitting return twice it does not set it that way in the sql table..... I know you have to change a few things.... Any help would be great.... Cheers
have a look at functions like:
nl2br() addslashes()
that might get you in the right direction 😉
or you can try:
eregi_replace("\n","<BR>",$thestring);