Re: mail all users in MySQL database

2001-04-27 Thread Stephen Johnson
\n\nDatabase Administrator"; $subject = "Your Subject here"; mail("$email","$subject","$message","FROM:[EMAIL PROTECTED]\nBCC:your [EMAIL PROTECTED]"); } } else { $error = mysql_error(); echo"your sql statement : $sql generated the following error : $error";

Re: mail all users in MySQL database

2001-04-27 Thread Prasad Mhatre
CTED]> Sent: Friday, April 27, 2001 4:45 PM Subject: Re: mail all users in MySQL database On Fri, 27 Apr 2001, Prasad Mhatre wrote: > Dear All, > > Can anyone suggest a link where I can find a script in PHP3 to mal all users > in MySQL database? That's pretty simple, isn&

Re: mail all users in MySQL database

2001-04-27 Thread Gary Huntress
m: "Prasad Mhatre" <[EMAIL PROTECTED]> To: "*MySQL mail list" <[EMAIL PROTECTED]> Sent: Friday, April 27, 2001 6:55 AM Subject: mail all users in MySQL database > Dear All, > > Can anyone suggest a link where I can find a script in PHP3 to mal all users > in

Re: mail all users in MySQL database

2001-04-27 Thread clay bond
On Fri, 27 Apr 2001, Prasad Mhatre wrote: > Dear All, > > Can anyone suggest a link where I can find a script in PHP3 to mal all users > in MySQL database? That's pretty simple, isn't it? Pull the usernames from the table, then put mailto:$email>link ?> or something like that in a while loop

mail all users in MySQL database

2001-04-27 Thread Prasad Mhatre
Dear All, Can anyone suggest a link where I can find a script in PHP3 to mal all users in MySQL database? Thanks Love and regards Prasad - Before posting, please check: http://www.mysql.com/manual.php (the manual) http