PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Jcart wrote:Generally you should avoid it's usage, unless it is very much neccesary.
There are no situations where it's necessary. On a development or staging server you should allow all errors to be displayed, on a production server you disable all errors from being displayed. Neither calls for the @ operator.
Jcart wrote:Generally you should avoid it's usage, unless it is very much neccesary.
There are no situations where it's necessary. On a development or staging server you should allow all errors to be displayed, on a production server you disable all errors from being displayed. Neither calls for the @ operator.