I have a form with a textarea, and people are copying & pasting/typing in entries that contain hard returns. This is then printed into a text file. When the file is accessed, the hard returns mess up reading from the file. I tried to catch \r & \n using
but these still miss a good number of the returns. Is there any way I can fix this?