I have installed PHP and Apache on my PC at home and it displays all the errors a page comes across like an undefined variable. This is useful for development, but is there a way to turn this off? I have some older sites that I developed with error suppression on (on another server) and I am too lazy to go through them and fix the areas with the errors.
So the question is how do you turn on and off the error displays, like undefined variables.
Thanks,
Chris
P.S. I know about individual items and using the @ symbol. I am talking global.