[PHP] Re: session id

2003-03-25 Thread Michael Heuser
The function session_start is sending a cookie. This means that you can't echo anything before. Its the same rules as with setcookie. Iggy [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] can somebody tell me why I am getting this: Warning: session_start() [function.session-start]:

[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.

[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