Ciao.
Oppure
Codice PHP:
<?php  
$string 
"mio.php";
$ext substr(strrchr($string"."), 1);
echo  
$ext;
?>