Whenever i use the ini_set tool it never seems to change anything. Am i using it correctly or is there something that needs to be done in the setup to make it work.
ini_set('error_log', 'c:\phperrors_new.txt');
echo 'error here'
echo 'next line';
this currently outputs the error to 'c:\phperrors.txt' as defined in the php.ini file.
Cheers,
nozom