if (strstr($gelenveri, '.jpg'))
{
echo “jpg var”;
} else {
echo “jpg yok”;
}