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. Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/88931-output-buffer-question/#findComment-455522 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.