"update from haberler set okunma="okunma+1" where id='$id'"
mysql_query('update haberler set okunma = okunma + 1 where id = ' . $id);