[PHP] removing backslashes using regular expressions
eems like I'm escaping the ending delimineter '/', but if i try to remove one'\' I'm still escaping. What do I have to do, to make this right? -- Regards Trond Straume -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTEC
[PHP] Problems sending to several recipients with mail() using WIN NT and Apache
MAIL PROTECTED]","subject","content"); This one however turns out fine: mail("[EMAIL PROTECTED]","subject","content"); I have also tried to "manipulate" the header with "cc:", but no copy arrives, only the one in the &q