I have a form with a textfield with wrap="physical", and a PHP page that fopen and writes it to a file.
If I open the file in a text editor, the carriage returns are there.
But if I "include" it in another web page, it's all on one line. I can literally write <br> in the textfield and the later INCLUDE (or rather the HTML I guess) will process the tags and all looks good...but I don't want to have to type a <br> every time I make a carriage return.
Any suggestions?
Thanks!
Liam