RE: [PHP] Embedded Player

2006-01-20 Thread ET Support
You may also want to consider using frames, I've found that method to work well when I want music to play continuously while a visitor surfs through the site and it won't get stopped by popup blockers. As for reducing file size, I found a program called CDex v1.51 to be very effective... you can a

[PHP] RE: parse string

2006-01-18 Thread ET Support
Hi Ron, Not aware of an existing function for that task... but - since it looks like all the value are strictly in quotes (="value") - if you know all the 'var's ahead of time (such as 'carrier') then you could extract the data fairly easily going through the data line by line checking with strpos

RE: [PHP] RE: header data being inserted into message

2006-01-18 Thread ET Support
ot; Thanks for the input! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 11:29 AM To: ET Support Subject: RE: [PHP] RE: header data being inserted into message what you're showing indicates that an MTA is getting confused about th

RE: [PHP] RE: header data being inserted into message

2006-01-18 Thread ET Support
rking then maybe I'll go to majordomo2. Anyone else have some advice for me here? Thanks, Ben -Original Message- From: Richard Correia [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 17, 2006 12:37 PM To: ET Support Cc: php-general@lists.php.net Subject: Re: [PHP] RE: header data bein

[PHP] RE: header data being inserted into message

2006-01-17 Thread ET Support
Hello all, I am having a problem using PHP's mail function to send mail via BCC to multiple recipients. Here's my code; -- $get_emails = pg_exec($dbh,"SELECT email FROM mailing_list WHERE conf = 1"); $count = pg_numrows($get_emails); $bcc_count = $envelope_count