Hi,
I am currently working on a script that uses output buffering to incress speed and organize the headers and data before output. Now, my problem is that when ussing ob_start() -- (I've *learned) -- It automaticlly sends the page with no-cache!
This is a problem when I have a for submition through HTML.
I tried using header() to reset the cache buffer but it was a no go. I am at an impass. Output buffering allows me to send cookies and session data from any part of the script and I refuse to give that up!
Thx, COPE