Ik have a problem with my function.ob. I have included a page in my index. the page that I included want to send headers, but you can't send headers a second time so that's why i use ob_start in the beginning of my index-script and ab_en_flush at the end of my index-script. But something doens't work:
The page that I include is a login page. after login a page will check you login and put you throug (this is the header were I was talking aboout) to the main page. I you have logged in you should see some x-tra links, but if I include the page, it doesn't work in this way. First it worked, but the loginpage was running on his own in a webbrowser. I want to include it in my whole page because it's easyer to look at. I thing there is going some thing wrong in my buffer, of do I have to put some x-tra scripting in my login-check-page ??
I hope someone can help me.