[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 t

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

[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. :)