I just wonder how I can activate errormessages in .php. When I do php at home I always get messages like “No closing bracket on line 232” and stuff like that, but when I do .php at work there’s no such feature. Guess it has something to do with the domain/server, so does anyone know how to activate this so I can easier find the errors?
Share
Sounds like
display_errorsand or a bunch of the other PHP error reporting is turned off in the php.ini file you use at work.Also, if you use something like Eclipse PDT, it will give you a lovely working environment.