$resimad = $_FILES['resim']['name'];
$bol = explode('.',$resimad);
echo $bol[0]; -> Resim Adı
echo $bol[1]; -> Resim uzantısı