Possible Duplicate:
Show progress for PHP long script
I would like to have a timer or progress bar to show where the server is in processing my php script. The php should run in O(n) but I would like to throw huge testing numbers inside of it. The browser will just show that it is thinking, but I would like to show a visual progress bar of where I am in my script (in the body of the page). Is this possible?