RE: [PHP] A hint...
From: Jay Blanchard (jay.blanchard_at_niicommunications.com)
Date: 12/30/03
- Next message: Mike Migurski: ""Secure programmer: Keep an eye on inputs""
- Previous message: Jeremy Russell: "A hint..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Dec 2003 14:19:30 -0600 To: "Jeremy Russell" <Jeremy.Russell@chickasaw.net>, <Php-general@lists.php.net>
[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.
- Next message: Mike Migurski: ""Secure programmer: Keep an eye on inputs""
- Previous message: Jeremy Russell: "A hint..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|