[PHP] Parse Error in my Mailing Code

2002-06-07 Thread Anti-Blank
All right I've used the help that I've gotten before about this and edited this function of code I have. Initially the code was meant to mail out a post to every email that was listed in the database. The problem was that it sent all the emails in the TO: section of the email. Now being

[PHP] Parse Error in my Mail Function -UPDATED

2002-06-07 Thread Anti-Blank
Sorry I was too sleepy to realize the Red and BOLD wouldn't come through on the list. Here is the message again but I was smart enough this time to comment those section. All right I've used the help that I've gotten before about this and edited this function of code I have. Initially the

Re: [PHP] Parse Error in my Mailing Code

2002-06-07 Thread Anti-Blank
the small details of reading the error message. Anti-Blank - Original Message - From: Analysis Solutions [EMAIL PROTECTED] To: PHP List [EMAIL PROTECTED] Sent: Friday, June 07, 2002 12:37 PM Subject: Re: [PHP] Parse Error in my Mailing Code Dear Anonymous Person: To solve your problems

Re: [PHP] Parse Error in my Mail Function -UPDATED

2002-06-07 Thread Anti-Blank
.;} - Original Message - From: Chris Knipe [EMAIL PROTECTED] To: Anti-Blank [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, June 07, 2002 12:40 PM Subject: Re: [PHP] Parse Error in my Mail Function -UPDATED The problem being now I am getting a parse error on lines 30. Line 29, 30, and 31

[PHP] Really slow include

2002-04-02 Thread anti-blank
20-30 seconds to load this. I've switched back and forth between require and include with no change in speed. Anyone have a suggestion or an idea on why my load time is suffering so much? I hope all of that was clear enough. Thanks anti-blank

[PHP] Not to harp the subject Vins

2002-03-30 Thread anti-blank
waiting for'. Thanks and my apologies for being off topic to the list. Anti-Blank Sr. Designer/Developer Site Administrator [EMAIL PROTECTED]

[PHP] From To to BCC in a Mail script

2002-03-24 Thread anti-blank
I've got this script here to send out a mail whenever I enter an update to my site to my mailing list. The problem is it wants to dump everyone's email into the To field, and since I don't want to give my users email addresses away I need to convert this to the bcc field. Below is the