output_buffering help...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
pleigh
Forum Contributor
Posts: 445
Joined: Wed Jan 19, 2005 4:26 am

output_buffering help...

Post by pleigh »

hi there,

are there any security threats in turning the output buffering ON? i just wander because turning that ON made my problem easy. are there any complications (serverside/clientside)?

thanks

pleigh
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

output buffering is often a band-aid solution to a larger code logic problem, like placing headers in the wrong places..
User avatar
pleigh
Forum Contributor
Posts: 445
Joined: Wed Jan 19, 2005 4:26 am

...

Post by pleigh »

so u mean there isno threat at all? and it is ok if i let it turned ON?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

generally, it's no threat..
Post Reply