$ext=pathinfo($file, PATHINFO_EXTENSION);
//Get File Extension function getFileExtension($fileName) { return '.' . strtolower(pathinfo($fileName, PATHINFO_EXTENSION)); }