On 4/21/07, Alain Roger <raf.news@xxxxxxxxx> wrote:
Hi, In my web application, end user is able to load images (png, jpeg, gif,..) into database. I would like to know how can i detect automatically the type of image (pnd, jpeg,...) ? i do not want to check the extension because this is easily faked... just by renaming it. Does it exist a technique for that ? thanks a lot, -- Alain
Use the mime_content_type function for returning the mime type. Check if that matches one of you image mimetypes http://www.php.net/mime_content_type Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php