runjel Posted June 20, 2010 Share Posted June 20, 2010 whenever i put the ob_start at the top of my files it will not load all of my css files... it only happens in internet explorer but if ill use firefox it will load all of the css files.. help.. what could be the problem? Link to comment https://forums.phpfreaks.com/topic/205344-ob_start-problem/ Share on other sites More sharing options...
kratsg Posted June 20, 2010 Share Posted June 20, 2010 PHP.net: ob_start — Turn on output buffering Report a bug Description bool ob_start ([ callback $output_callback [, int $chunk_size [, bool $erase ]]] ) This function will turn output buffering on. While output buffering is active no output is sent from the script (other than headers), instead the output is stored in an internal buffer. Link to comment https://forums.phpfreaks.com/topic/205344-ob_start-problem/#findComment-1074699 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.