Forum Moderators: coopster
It works fine but i am using \n to produce line breaks as the javascript writes in to my textarea box (for readable purposes).
Then the form submits and php creates a xml file on my linux server.
The Problem is the file are written in Mac format, ie line breaks don't show etc so I need them to be saved as dos format, is there a way to do this without opening them in a text editor and converting them manually.
Trent