negating php error supression
the outsourced server i am using is set up so all syntax warnings/errors are suppressed, and any such an error will cause the program to crash and give absolutely no output.
i do not have access to the php.ini file, as the outsourced server i am running off of is a large corporation, hosting virtual domains.
my question is, is there a way to override php.ini at a local level (such as through .htaccess or something else). I've already tried
ini_set("display_errors",1);
but to no avail.
I seriously hate the server I'm working off of, but it's free, so I guess I can't complain too much. =)
TYIA
-Ryan
i do not have access to the php.ini file, as the outsourced server i am running off of is a large corporation, hosting virtual domains.
my question is, is there a way to override php.ini at a local level (such as through .htaccess or something else). I've already tried
ini_set("display_errors",1);
but to no avail.
I seriously hate the server I'm working off of, but it's free, so I guess I can't complain too much. =)
TYIA
-Ryan
