$fileName = $_FILES['images']['name'][$i]; $fileExt = pathinfo($fileName, PATHINFO_EXTENSION); print_r($fileExt);