Re: [PHP] strip down Warnings

2004-03-10 Thread trlists
On 10 Mar 2004 dmesg wrote: > How can i tell fsockopen() to skip to echo this warnings? Here's a repeat of something I just posted the other day on this ... Here's an approach I have used to avoid any error messages at all -- presumably you could also set a flag in the error handler to indicate

Re: [PHP] strip down Warnings

2004-03-10 Thread "Miguel J. Jiménez"
Use '@' before any function to avoid echoing warnings (JUST warnings) -- Miguel J. Jiménez ISOTROL, S.A. (Área de Internet) Avda. Innovación nº1, 3ª - 41020 Sevilla (ESPAÑA) [EMAIL PROTECTED] TLFNO. 955036800 ext. 111 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://

[PHP] strip down Warnings

2004-03-10 Thread dmesg
Hi there, i'm just starting with php. How can i tell fsockopen() to skip to echo this warnings? I get all of these warnings and would like to strip them down: Warning: fsockopen(): unable to connect to 192.16