[PHP-DB] Warnings and Error messages

2002-07-17 Thread Gabor Niederlaender

Hi all!

How can I prevent the warnings end errors to be written on the screen?

I would like to prevent the warnings end errors to be written on the
screen because I want to handle the errors with the odbc_errormsg()
function.

How do I do that?
Is there a better way?

Best regards,

Gabor

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




RE: [PHP-DB] Warnings and Error messages

2002-07-17 Thread Russ

Stick a '@' in front of the function/statement generating the error:

@unlink($filname); for example...

Russ

-Original Message-
From: Gabor Niederlaender [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 17, 2002 5:54 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] Warnings and Error messages


Hi all!

How can I prevent the warnings end errors to be written on the screen?

I would like to prevent the warnings end errors to be written on the
screen because I want to handle the errors with the odbc_errormsg()
function.

How do I do that?
Is there a better way?

Best regards,

Gabor

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



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