Re: [PHP] Browser timeout

2009-02-27 Thread Ashley Sheridan
On Sat, 2009-02-28 at 02:42 +0200, דניאל דנון wrote: > The problem is - What to send? Since I'm using a template-class, I did > not include an option to send only the header(html, head), is there > any way other then sending the template's HTML to solve this problem? > > On Sat, Feb 28, 2009 at 2:

Re: [PHP] Browser timeout

2009-02-27 Thread Ashley Sheridan
On Fri, 2009-02-27 at 16:33 +0200, דניאל דנון wrote: > Hello, I am running a script that process the user's request, which usually > takes about 40 seconds. The problem is that on Internet Explorer 6, it > timeouts - probably because no response was sent. > How do I solve this problem? Since I trie

Re: [PHP] Browser timeout

2009-02-27 Thread Dotan Cohen
> Hello, I am running a script that process the user's request, which usually > takes about 40 seconds. The problem is that on Internet Explorer 6, it > timeouts - probably because no response was sent. > How do I solve this problem? Since I tried some things and header() > messages, nothing worked

Re: [PHP] Browser timeout

2009-02-27 Thread Nitsan Bin-Nun
Hi Daniel, Can you supply more information regarding this script? what it does? Regards, Nitsan דרך אגב נחמד לראות פה עוד ישראלים שבת שלום

[PHP] Browser timeout

2009-02-27 Thread דניאל דנון
Hello, I am running a script that process the user's request, which usually takes about 40 seconds. The problem is that on Internet Explorer 6, it timeouts - probably because no response was sent. How do I solve this problem? Since I tried some things and header() messages, nothing worked.