[PHP-DB] Do while loop inside of mail()

2006-07-05 Thread Mark Bomgardner
MySQL 4.1/PHP 4.2 I am trying to generate a email to send to people with a list of events happening through out the month. I am pulling the email addresses from the database with no problem, but when I put the list of events inside of the mail(), it barks at the do while statment. Here is

RE: [PHP-DB] Do while loop inside of mail()

2006-07-05 Thread Bastien Koert
I don't see you closing the single quote at the end of the statement before do loop Bastien From: Mark Bomgardner [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Php-Db php-db@lists.php.net Subject: [PHP-DB] Do while loop inside of mail() Date: Wed, 05 Jul 2006 16:55:23 -0500 MySQL 4.1

Re: [PHP-DB] Do while loop inside of mail()

2006-07-05 Thread Chris
Mark Bomgardner wrote: MySQL 4.1/PHP 4.2 I am trying to generate a email to send to people with a list of events happening through out the month. I am pulling the email addresses from the database with no problem, but when I put the list of events inside of the mail(), it barks at the do