Mar 31 2010 07:07 AM 6479 16 ob_start() raghaven What is the use of ob_start() in PHP? abc Sep 12th, 2011 It starts object buffering bansal richa Profile Answers by bansal richa Questions by bansal richa Aug 23rd, 2011 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. Answer Question Select Best Answer
Mar 31 2010 07:07 AM 6479 16 ob_start() raghaven What is the use of ob_start() in PHP? abc Sep 12th, 2011 It starts object buffering bansal richa Profile Answers by bansal richa Questions by bansal richa Aug 23rd, 2011 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. Answer Question Select Best Answer
bansal richa Profile Answers by bansal richa Questions by bansal richa Aug 23rd, 2011 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.