Timothy Hitchens ) wrote:
Set up output buffering on your page then if the page times out the
buffer
should be sent to the browser and that is loaded with your message.
Ok. Is there another solution?

The reason I ask is that in order to use your solution I would need to redesign my pages (quite a few of them).

I was hoping to be able to do something like this:

if (timeout()) include("try_again.html");

Thanks,

Jc


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



Reply via email to