Hallo,
I write some text from a form into text-file.
So far so good.
i use str_replace("\n", "" ,$textarea) to remove linebreaks and technically it looks ok(after echo the string). But if i open the text-file the linebreaks are still there.
Is there another string-function?
And is this maybe a windows problem?