Ok, so I've looked a good bit and can't find this anywhere... If I missed it please be gentle :-)
I'm working on an installer for an app that may or may not know some information during runtime. I'd like to disable the error displaying that goes to the browser during this step to not confuse the user. I've been using a ini_set
ini_set('display_errors','Off');
But that's not the right way, as some users servers won't all the code to do ini_set (for security reasons). Is there another/better way to do this?
Thanks,
Ross
http://jinzora.jasbone.com