Archives for: "March 2015"
How to set whether display error in php
By the default, whether the php will display error message is controlled by php.ini. If you are using a shared host, you cannot change it. So, you have to add this line of code on the first line of your php file: PHPini_set('display_errors','on'); That… more »