View Single Post
Old 08-18-2008, 11:56 AM  
Aric
Confirmed User
 
Aric's Avatar
 
Industry Role:
Join Date: Sep 2002
Posts: 1,209
PHP Code:
$allowed_types = array("image/jpeg""image/jpg""image/gif""image/psd","image/tiff","image/bmp");
if (
in_array($type$allowed_types)) {
    
do_something;

__________________
Awesome cloud hosting by DigitalOcean
Aric is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote