Now, I want to redirect (or change the header location) after performing a number of operations.
I read the header information, and I get the impression that the output buffer merely stores all the content until the end. if it does that, will the location code happen before or after the code is executed?
Maybe I'm stuck in an ASP mindset, but will the location code wait to run until the browser receives it, at which point the server code has already run?
And if thats the case, does it matter where in the document the location command is located?
Thanks again,
Mat