User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
I am trying to allow my users to enter quotes in their strings. For
instance instead of writing: 2 inch rod, they can write 2 " rod. The
problem is, of course, that " ends the string and all that is saved is
any value before the ". How do I get around this without using textarea?