On Wed, 2009-03-04 at 10:09 +0530, Chetan Rane wrote:
> I am using ob_start() in my application. However I am getting this error
> about headers already sent.
> 

_Any_ output will set that error off. Check for Notices, Warnings,
echo's, prints and var_dumps in your code.

-- Paul


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

Reply via email to