Jump to content

output buffer question


Liquid Fire

Recommended Posts

I am trying to create a function that will redirect the the page whether or not the output buffer has started.  so my function was

 

ob_clean()

header('location: ' . $url);

 

however if the output buffer has nothing in it, ob_clean return a warning which then in turn starts the buffer and now my redirect will not work.  I want to make sure this function works if warning are turn on in the php config so id there a way to see if the output buffer has started?  both substr(ob_get_contents()) and ob_get_length() are not returning me anything so any help would be great.

Link to comment
https://forums.phpfreaks.com/topic/88931-output-buffer-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.