Jump to content

[SOLVED] ob_start


cordoprod

Recommended Posts

 

Output buffers are stackable' date=' that is, you may call ob_start() while another ob_start() is active. Just make sure that you call ob_end_flush()  the appropriate number of times. If multiple output callback functions are active, output is being filtered sequentially through each of them in nesting order[/quote']

 

More info ... HERE!

Link to comment
https://forums.phpfreaks.com/topic/114555-solved-ob_start/#findComment-589064
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.