Hi All.
i have html text area that is used to display a field. The user can then edit this field and then save it back to the database.
when saving back i output the text contained within to the user on a page say..... calll update etce etc.
however, if my text has any paragraph spaes in (like the user pressed return while typing in the text area) i get fun /n's and strange /r/ things appearing in the variable which captured the text area.
does anyone know how i might get rid of them?
many thanks for your help.