Re: [PHP] Mailing List Programme

2003-09-11 Thread CPT John W. Holmes
From: "Sheni R. Meledath" <[EMAIL PROTECTED]> > Many thanks for the details. Now the problem is Flush() is not working on > my server (UNIX/Apache 1.3). Are there any issues with Unix servers. The > page displays the title and then waits for teh complete script to execute. > I am using IE 6.0 to br

RE: [PHP] Mailing List Programme

2003-09-11 Thread Sheni R. Meledath
Hi, Many thanks for the details. Now the problem is Flush() is not working on my server (UNIX/Apache 1.3). Are there any issues with Unix servers. The page displays the title and then waits for teh complete script to execute. I am using IE 6.0 to browse the page. At 08:36 AM 9/11/03 -0500, you

RE: [PHP] Mailing List Programme

2003-09-11 Thread chris . neale
lem with client-side buffering... C -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED] Sent: 11 September 2003 13:36 To: Neale Chris; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP] Mailing List Programme [snip] I've used the following line in some of my script

Re: [PHP] Mailing List Programme

2003-09-11 Thread Marek Kilimajer
You can send some output now and then to the browser (and flush()), or you can send the emails in steps, send first 300 emails, output a form with hidden fields (and text "sending emails") containing the offset and use onload="window.document.forms[0].submit()" to send the form and so on. Sheni

RE: [PHP] Mailing List Programme

2003-09-11 Thread Jay Blanchard
[snip] I've used the following line in some of my scripts, some of which run for 10 or 15 minutes. set_time_limit(0); The server won't time out, but it takes a while to get anything back to the browser. It's not ideal, because it takes some time before anything gets sent back to the browser, but i

RE: [PHP] Mailing List Programme

2003-09-11 Thread chris . neale
browser, but it does the trick. Kind regards Chris Neale Somerfield Stores Ltd. -Original Message- From: Sheni R. Meledath [mailto:[EMAIL PROTECTED] Sent: 11 September 2003 13:23 To: PHP Masters Subject: [PHP] Mailing List Programme Hello: I have created an application to read email a

Re: [PHP] Mailing List Programme

2003-09-11 Thread Raditha Dissanayake
What jay has to say + please look at the archives for this month. You will find this topic discussed quite often. best regards Jay Blanchard wrote: [snip] I have created an application to read email addresses from a list and to send emails. The problem now I am facing is, if the list is very lo

RE: [PHP] Mailing List Programme

2003-09-11 Thread Jay Blanchard
[snip] I have created an application to read email addresses from a list and to send emails. The problem now I am facing is, if the list is very long then I am getting an error message in the browser "Server Timed Out". How can I display a confirmation message and continue sending the emails fro

[PHP] Mailing List Programme

2003-09-11 Thread Sheni R. Meledath
Hello: I have created an application to read email addresses from a list and to send emails. The problem now I am facing is, if the list is very long then I am getting an error message in the browser "Server Timed Out". How can I display a confirmation message and continue sending the emails fr