matthew oatham <mailto:[EMAIL PROTECTED]>
    on Wednesday, March 03, 2004 4:25 PM said:

> is there a more elegant way to deal with my
> situation? Is this method supported by all browsers etc..

1. don't output anything before a redirect. i figure, if a redirect is
going to happen there's really no reason to output anything.
2. out output buffering. put ob_start(); as the very first line in your
page.

i prefer method 1 because method 2 requires more memory on the server's
part.


hth,
chris.

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

Reply via email to