Basically I want to have all the output be sent to my custom function, which will do something to it, before being sent out to the browser.
Since I will be doing this on all my pages I don't want to hard-code a call to ob_start() on each and every page. I am hoping I can do this with a setting in the php.ini file.
Any suggestions?
thanks,
Jean-Christian Imbeault
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php