How to get feedback on errors in PHP? -
I wonder how I can activate the errors in .php. When I do PHP at home, I do not always get messages like "No closing bracket on line 232" and there are stuff like this, but when I work, there is no such facility on PHP. It seems that there is something like this from the domain / server, so how to activate it, so that I can easily get errors?
display_errors
and or a group of php.ini files In you are used at work.
In addition, if you use something like this, it will give you a beautiful working environment.
Comments
Post a Comment