*This message was transferred with a trial version of CommuniGate(tm) Pro*
Hi,

If you want to see NOTICE errors, but not in the browser:
- Set your own error_handler as described in the documentation
- And include these lines:
if ( ( $errno == E_USER_NOTICE ) || ( $errno == E_NOTICE ) )
  system ("echo $errno $errortype[$errno] $errmsg $filename $linenum  |
write pedro pts/0" );
else
  echo "<br>=========><br>$err <br><br>";

It will send a message to user pedro.

Pedro.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to