[snip]
I was needing  a small hint on how to make a sort of status page...

What I have is a function that takes a few minutes to complete...

It send an snmp signal out then waits a bit and then gets the status via
snmp.   

I would like to have some sort of graphic or page for the status, e.g.
Percent done, a flashing waiting or something.

How might I do this?
[/snip]

A quick thought would be to use flush() http://www.php.net/flush to send
output to the browser. 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to