php get file extention from path code example Example: php get file extension from filename $ext = pathinfo($filename, PATHINFO_EXTENSION);