Ashley Sheridan wrote:
> On Wed, 2009-03-04 at 08:02 -0500, Bastien Koert wrote:
>> On Wed, Mar 4, 2009 at 2:10 AM, Paul Scott wrote:
>>
>> > 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
On Wed, 2009-03-04 at 08:02 -0500, Bastien Koert wrote:
> On Wed, Mar 4, 2009 at 2:10 AM, Paul Scott wrote:
>
> > 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.
> > >
> >
> > _A
On Wed, Mar 4, 2009 at 2:10 AM, Paul Scott wrote:
> 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'
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
Hi gang
I am using ob_start() in my application. However I am getting this error
about headers already sent.
I have put ob_start at the beginning of the script. I think this has to do
something with Unicode.
Can anyone explain why this happens. And whats the solution for this
Chetan Dat
5 matches
Mail list logo