At 6:37 PM -0500 3/24/02, Frank Sweetser wrote: >Given > >[- some code here -] >some html here > >is it guaranteed that the code block will be executed completely *before* >the html block is sent to the browser?
I can't see how it would be otherwise. After all, I've occasionally done: [- Apache::exit() -] some html And depended on that exit getting out of there immediately. There is a separate issue, which is whether the browser sees code as it's executed, or when it's all done. But that's governed by a setting. -- Kee Hinckley - Somewhere.Com, LLC http://consulting.somewhere.com/ [EMAIL PROTECTED] I'm not sure which upsets me more: that people are so unwilling to accept responsibility for their own actions, or that they are so eager to regulate everyone else's. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
