When there's an error in my php scripts i just get a blank page. I remember when i was using another hosting company, i could see some error messages instead of a blank page. Can i fix this problem from somewhere like php.ini or something?
OK i found it. In php.ini i had to change display_errors which was set to OFF
You may also want to look at the [man]error_reporting/man function.