Quick question:
I have a TEXTAREA in my form, but when I use the <ENTER> key to move onto a new line, no characters are inserted into my form VALUE so when I next display the values that have been entered, everything appears as one long string:
for example, if I enter
1. ooh
2. er
3. missus
then when I view this record I am shown:
1.ooh 2.er 3.missus
How can I make sure these newlines are always displayed when I echo my values?
Many Thanks,
B