Post
Topic
Board Project Development
Re: Need help about PHP and API
by
paraboul
on 27/09/2017, 17:59:04 UTC
Quote
I do not understand your "add a @ in front of the call"

In PHP, adding a @ in front of a call disables any error related to this call. But you should globally disable error reporting in your php.ini.
Just read the doc Wink