php-general | 2001092
Date: 09/26/01
- Next message: Boget, Chris: "RE: [PHP] handling errors"
- Previous message: Joel Ricker: "[PHP] OOP Yea you know me... OOP yea you know me..."
- Next in thread: Boget, Chris: "RE: [PHP] handling errors"
- Maybe reply: Boget, Chris: "RE: [PHP] handling errors"
- Reply: Geir Eivind Mork: "[PHP] Re: handling errors"
- Reply: * R&zE:: "Re: [PHP] handling errors"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
How do I turn off the error messages that appear at the top of the page? I
have this function below that if an image is not there for $url, it give a
"warning".
$size = GetImageSize("$url");
Example error message below...
Warning: getimagesize: Unable to open 'http://www.yahoo.com' for reading.
line 28
Joseph
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Boget, Chris: "RE: [PHP] handling errors"
- Previous message: Joel Ricker: "[PHP] OOP Yea you know me... OOP yea you know me..."
- Next in thread: Boget, Chris: "RE: [PHP] handling errors"
- Maybe reply: Boget, Chris: "RE: [PHP] handling errors"
- Reply: Geir Eivind Mork: "[PHP] Re: handling errors"
- Reply: * R&zE:: "Re: [PHP] handling errors"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

