how to get extension and find file type php code example Example: php get file extension from filename $ext = pathinfo($filename, PATHINFO_EXTENSION);