> Guys, Guys, why are you harrasing this poor chap?
> 
> one sure simple way is..
> at the begining
> <?
> ob_start();
> ....
> 
> Starts output beffering.. and at the end,
> ....
> ob_end_flush();
> ?>
> Throws out all the buffered output to the browser at the other end.
> 
> now add header info any place before ob_end_flush(); and get no errors
!!!

Indeed... work around the problem instead of solving it... no need for
fundamentals...

---John W. Holmes...

PHP Architect - A monthly magazine for PHP Professionals. Get your copy
today. http://www.phparch.com/



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

Reply via email to