So, I don\'t really have any errors in my current web page, but I want to be able to see an error when they pop up, instead of the HTTP 500 error page. I googled around a bi
Just write a following code on top of PHP file:
ini_set('display_errors','on');