> 
> I do not have access to the php.ini file and I need to have 
> output_buffering turned on.  Can this be done within a script?

If your web host allows it, you may be able to set it with ini_set().

See www.php.net/ini_set
and also
http://us2.php.net/manual/en/ref.outcontrol.php#ini.output-buffering

JM

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to