On Thu, Mar 27, 2003 at 08:56:43AM -0800, Jeff Zucker wrote: > However in any environment '\n' is written as a backslash and the letter > n. The OP has apparently somehow stuck his "\n"s inside single quotes > and made them literals. I doubt very much that DBD::mysql::quote() does > that, so it must be happening somewhere else in the OP's code.
I agree with Jeff. It seems very unlikely to me that the quote() method would make arbitrary substitutions on the value. Can we see the actual code? Ronald
