Jump to content

[SOLVED] flushing buffer ob_end_flush()


jeffpoulsen

Recommended Posts

Hello All,

              I have created a script to generate a form, check it and send results to an email address which involves the form page, two files to check the input and send the results, after that the user is directed to another page. In order to do this I had to invoke ob_start() to keep from getting the headers sent error. I have tried to put ob_end_flush() at several places but this always results in an error. However without the closing ob_flush() the script works perfectly. My question is this. If I don't " flush " the buffer does this result in the cache buffer keeping the output after the user leaves the page or the script is run? If so could this result into a memory leak? Thanks for you help, jeff

Link to comment
Share on other sites

f I don't " flush " the buffer does this result in the cache buffer keeping the output after the user leaves the page or the script is run? If so could this result into a memory leak?

 

The buffer is cleared after each request.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.