ok, so today i had a php webform and when i submitted the information in the textarea, my database was updated with rn character to represent the enter key but i didnt want this to show so to avoid this you can use this function:

lets say the name of my text area was called content

all you have to do is do this:
stripslashes($_REQUEST['page_content'])