Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001092

[PHP] handling errors From: Joseph Bannon (JBannon <email protected>)
Date: 09/26/01

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>