Good day all, Anyone have an idea why I receive a "call to undefined function" error message when I use the imagetypes() function on PHP versions 4.2.3 and 4.3.2 ?? The code to test for PNG image handling is right from the manual... <?php if ( imagetypes() & IMG_PNG) { echo "PNG Support enabled"; } ?> David -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php