output_buffering --- need 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
jofjean
Forum Newbie
Posts: 1
Joined: Tue Mar 24, 2009 6:26 pm

output_buffering --- need help

Post by jofjean »

need help.

I do not have access to php.ini and output_buffering is OFF. Is there any workaround or alternative for this?

I am a newbie with PHP.

thanks in advance
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: output_buffering --- need help

Post by requinix »

The "workaround" or "alternative" is to write your code so you don't need output buffering.
Post Reply