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