[PHP] mailing to 19000 users

2002-01-27 Thread Mostafa Al-Mallawani

hi, does anyone know how to send mail to 19000 users using the mail()
function, I need to create a mailing list of this number of users and
looping on 19000 users takes up a heck of a lot of resources...any
solutions? thanks.
 



Re: [PHP] mailing to 19000 users

2002-01-27 Thread Mostafa Al-Mallawani

do you mean a mail server?
would the mail server of IIS handle this?
"Jason Wong" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> On Monday 28 January 2002 14:23, Mostafa Al-Mallawani wrote:
> > hi, does anyone know how to send mail to 19000 users using the mail()
> > function, I need to create a mailing list of this number of users and
> > looping on 19000 users takes up a heck of a lot of resources...any
> > solutions? thanks.
>
> You're probably better off using a "real" mailing list system :)
>
>
> --
> Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
>
> /*
> Kramer's Law:
> You can never tell which way the train went by looking at the tracks.
> */



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] mailing to 19000 users

2002-01-28 Thread Mostafa Al-Mallawani

I found some nice mailing list managers at
http://www.hotscripts.com/PHP/Scripts_and_Programs/Mailing_List_Managers
/


-Original Message-
From: Anas Mughal [mailto:[EMAIL PROTECTED]] 
Sent: Monday, January 28, 2002 5:33 PM
To: Mostafa Al-Mallawani; [EMAIL PROTECTED]
Subject: Re: [PHP] mailing to 19000 users

I am soon to encounter the problem Mostafa is facing.
Currently, I have written my custom code to mail to
users subscribed to mailing lists on my site. (It is
custom code using PHP, MySQL, Linux cron.)
I was wondering if there is a mailing list system that
could use MySQL to retreive the list of subscribers.
Thanks.


--- Mostafa Al-Mallawani <[EMAIL PROTECTED]> wrote:
> hi, does anyone know how to send mail to 19000 users
> using the mail()
> function, I need to create a mailing list of this
> number of users and
> looping on 19000 users takes up a heck of a lot of
> resources...any
> solutions? thanks.
>  
> 


=
Anas Mughal
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Tel: 973-249-6665

__
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! 
http://auctions.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] javascript delete

2002-02-04 Thread Mostafa Al-Mallawani

hi, i know this question's been asked before but i can't find the email...how do i do 
the delete link that pops up a message box with the information of the deleted entry 
using php? like the one in phpmyadmin 2.2.3. thanks. :)