Use javascript and open a new mini window....and write to to as you go along.
try to open a new window (using javascript) called secondwin
Then you'll have to write PHP code that writes
< script >secondwin.write("...")</ script >
Like, every time your program loops.. I assume it loops somewhere!
I can give you a better example tomorrow..time to go home!
Morten wrote:
if you reread my question, the problem isnt the script timeing out.. the browser times out due to too long processing time. Timeouts within the script are fine, its the browser that is the problem.