Can some seasoned php programmers recommend a method to examine variables and mysql return codes during testing???
I've been tryin error_log() along with mysql_error() with no output.
I've set the error_reporting = error_log
and the error_log = /var/log/lasdflsdf
in the php.ini file followed by a restart of apache. Still no logs.
Any recommendations please???
Bob
I've been tryin error_log() along with mysql_error() with no output.
I've set the error_reporting = error_log
and the error_log = /var/log/lasdflsdf
in the php.ini file followed by a restart of apache. Still no logs.
Any recommendations please???
Bob