<?php $filename = "123.dadf.2323.sdad.txt"; $savef = explode(".", $filename); $maxn = count($savef); echo $savef[$maxn-1]; ?>
txt