Page 1 of 1

output_buffering --- need help

Posted: Tue Mar 24, 2009 6:31 pm
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

Re: output_buffering --- need help

Posted: Tue Mar 24, 2009 6:34 pm
by requinix
The "workaround" or "alternative" is to write your code so you don't need output buffering.