> Try looking at register_shutdown_function at
> http://www.php.net/manual/en/function.register-shutdown-function.php

>From the documentation:

"int register_shutdown_function (string func)
Registers the function named by func to be executed when script processing 
is complete."

What qualifies as "complete"?  After each page is parsed and served to the
client?  After a certain amount of time when the requesting browser hasn't
made another request?

Chris

Reply via email to