Hi there, i would like to make a script that shows itself "in time" because there is lot of content to parse. Usually i do this with obflush(); flush(); in php scripts but that doesnt make really sense since i have to return content. Any ideas how i could achieve the same result? - Johannes