Hi All, I am not a developer and have basic programming skills. I am using an old PHP mailing list script that works well, but with every message sent the script inserts three CR/LF before any text that is placed in the body of the message. See attached file. Which lines in the script need to be edited so that the three prepended CR/LF are eliminated? Please help. Thanks.
Welcome to PHPBuilder.
Line 265: $welcome_msg .= "\n\n$sig";
\n\n will add two line feeds.
I don't see a reason for there to be 3 unless there is a \n in your config file's welcome_msg
Hi Kudose, Thanks for the quick reply. I made the suggested edit but the problem remains. Must be something else. Thanks.