[PHP] removing backslashes using regular expressions

2001-05-08 Thread Trond Straume
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

2001-01-14 Thread Trond Straume
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