Liquid Fire Posted February 1, 2008 Share Posted February 1, 2008 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 More sharing options...
Liquid Fire Posted February 1, 2008 Author Share Posted February 1, 2008 i am all set. Link to comment https://forums.phpfreaks.com/topic/88931-output-buffer-question/#findComment-455522 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.