|
Posted by Joseph Ferris on 04/27/06 19:57
news@celticbear.com wrote:
> Maybe there is no answer. =/
Maybe you can try something that isn't pure PHP. Have you considered
AJAX? When the page loads, you can send out an asynchronous call to
the server which would have your process in a seperate php file. That
php file could post back progress to the original page at intervals so
that you could display progress to the user without blocking the data
transfer.
Joseph
Navigation:
[Reply to this message]
|