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 wrote:
[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 it does the trick. [/snip]
Your server timeout would have to be ramped up too. And you can get output to the browser...let's say you are looping
while($foo is good){ get data process date flush(information) }
http://www.php.net/flush sends info to browser
Anyone sense a theme here for me this morning?!?
Sheni R Meledath
[EMAIL PROTECTED]
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php