Hi,
I am trying something like that into a PHP script:
ini_set("display_errors", "1");
ini_set("include_path", ".:/path");
but they seems not to work :-(
In php.ini, error display is set to "Off" but I want to see error for this script, and the include path is disabled too but I need to include some file for this script.
What could be wrong ? Why it doesn't accept these commands ?
thank you very much to anybody who could help !
Fabi