i'm keeping a database of stuff in a file, and each line is an entry.  I cannot have 
one entry on multiple lines, so I have a \n at the end of each line.  I allow users to 
add to the database using a <textarea> field, and when i change the character \n to 
<br>, I don't think all the return characters have been taken out.  I know that on 
windows there are two (something like CR and LF, i think) return carriage thingys, and 
I was wondering if there is another character i should remove from the variable passed 
through <textarea>?

thanks
Dan Wolchonok

Reply via email to