Codice PHP:
<?php
$array 
explode('/','images/msg/$Rec["ID"]');
$lenght count($array)-1;
echo 
$array[$lenght];
?>