\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";
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&
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
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
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