Hi,
I want to write the contents of a <TEXTAREA> to a .txt file, and this succeeds. But it also writes the hard line breaks with it. So:
line1
line2
gets written the same way in the .txt file (d0h). But i want to remove the hard line breaks, so that this:
line1 line2
gets in the .txt file.
Any way to do this?
thanks,
~ whizzy