Jason Davis wrote:
I just got the software I was fighting with working. Only issue now is that
the top of the page is filled with notices and warnings, even though the
code is working. Is there any way to turn off or hide these notifications?
You can set the error level in php.ini, using the descri
Jason Davis wrote:
I just got the software I was fighting with working. Only issue now is that
the top of the page is filled with notices and warnings, even though the
code is working. Is there any way to turn off or hide these notifications?
read them and fix your code is one way.
another is to tu
I just got the software I was fighting with working. Only issue now is that
the top of the page is filled with notices and warnings, even though the
code is working. Is there any way to turn off or hide these notifications?
Jason
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe,
Brás
o.pt>cc:
Subject: Re: [PHP-DB] warnings
01
ng cause this.
>
> hth
> jeff
>
>
>
> "Rui Miguel
> Palma" To:
> <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>,
> <[EMAIL PROTECTED] <[EMAIL PROTECTED]>,
> <[EMAIL
,
<[EMAIL PROTECTED]>
t> cc:
Subject: [PHP-DB] warnings
o que posso fazer para não obter o seguinte warning
Warning: Cannot add header information - headers already sent in
c:\apache\htdocs\anula_reserva.php on line 21
__
Rui Palma
ICQ#: 171381429
Current ICQ status:
+ Mo
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
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
--
P