$sorgu = mysql_query('SELECT KOLON_ADI FROM ' . $db . ' WHERE id=' . $id);
$oku = mysql_fetch_assoc($sorgu);

echo $oku['KOLON_ADI'];