Gerrit
January 13th, 2008, 17:20
Do I need to end output buffering when I started it with ob_start(); ?
Or better, what are the possible problems/unwanted effects if I don't end it?
The reason for asking is I found out that starting output buffering fixes a 'cannot add header information' warning.
Ending the buffering gets complicated because the script is used by several pages. If there's no need to end/close/stop the buffering I happily leave it on and move on with my work. ;)
Or better, what are the possible problems/unwanted effects if I don't end it?
The reason for asking is I found out that starting output buffering fixes a 'cannot add header information' warning.
Ending the buffering gets complicated because the script is used by several pages. If there's no need to end/close/stop the buffering I happily leave it on and move on with my work. ;)