RE: [PHP] Disabling output control when using "ob_start"

2003-03-25 Thread John W. Holmes
> Is there a way to disable the call back function set by "ob_start"? > I tried: > ob_end_flush(); > ob_end_clean(); > ob_implicit_flush(true); > > Nothing seams to work. I can't detect the call back function and I can't > prevent it either. The call back function is called no matter what! > > Mi

Re: [PHP] Disabling output control when using "ob_start"

2003-03-25 Thread Chris Hayes
At 15:41 25-3-2003, you wrote: I posted this problem a week ago, but no one answered so I try again: Is there a way to disable the call back function set by "ob_start"? I tried: ob_end_flush(); ob_end_clean(); ob_implicit_flush(true); Nothing seams to work. I can't detect the call back function an

[PHP] Disabling output control when using "ob_start"

2003-03-25 Thread Michael Heuser
I posted this problem a week ago, but no one answered so I try again: Is there a way to disable the call back function set by "ob_start"? I tried: ob_end_flush(); ob_end_clean(); ob_implicit_flush(true); Nothing seams to work. I can't detect the call back function and I can't prevent it either. T

[PHP] Disabling output control when using "ob_start"

2003-03-18 Thread Michael Heuser
Is there a way to disable the call back function set by "ob_start"? I tried: ob_end_flush(); ob_end_clean(); ob_implicit_flush(true); Nothing seams to work. I can't detect the call back function and I can't prevent it either. The call back function is called no matter what! Michael -- PHP Gen