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!
I would like to silence all PHP warnings, error, notices and so on in my applicaiton
so that these will not be displayed to the user
I know that this can be configured in php.ini
can I configure this in runtime by calling PHP functions in my code?
if so, do I need to call these functions on every request the user performs in my site?