İyinet'e Hoşgeldiniz!

Türkiye'nin En Eski Webmaster Forum'una Hemen Kayıt Olun!

Kayıt Ol!

T.C merkez bankası döviz bilgisini alma

oneself

0
İyinet Üyesi
Katılım
14 Kasım 2006
Mesajlar
294
Reaction score
0
selam arkadaşlar ..

aşağıdaki kod ile çok kolay bi şekilde döviz bilgilerini web sitenizde gösterebilirsiniz ..

umarım birilerinin işine yarar :)

iyi çalışmalar herkese .

PHP:
<?
$content = file_get_contents("http://www.tcmb.gov.tr/kurlar/today.xml");
$dolar_bul = explode('<Currency Kod="USD" CurrencyCode="USD">' ,$content);
$dolar_bul = explode('</ForexBuying>',$dolar_bul[1]);
$dolar_alis = explode('<ForexBuying>',$dolar_bul[0]);
$dolar_bul = explode('</ForexSelling>',$dolar_bul[1]);
$dolar_satis = explode('<ForexSelling>',$dolar_bul[0]);
$dolar_alis = $dolar_alis[1];
$dolar_satis = $dolar_satis[1];

$euro_bul = explode('<Currency Kod="EUR" CurrencyCode="EUR">' ,$content);
$euro_bul = explode('</ForexBuying>',$euro_bul[1]);
$euro_alis = explode('<ForexBuying>',$euro_bul[0]);
$euro_bul = explode('</ForexSelling>',$euro_bul[1]);
$euro_satis = explode('<ForexSelling>',$euro_bul[0]);
$euro_alis = $euro_alis[1];
$euro_satis = $euro_satis[1];
?>
<span class="kat" >T.C. Merkez Bankası Döviz Kuru </span>
<div class="content_bgrnd_4">
<table width="100%" border="0" cellspacing="2" cellpadding="2">
<tr>
<td width="31%"> </td>
<td width="34%"><center>
<strong><font face="Trebuchet MS" size="2">ALIŞ</font></strong>
</center></td>
<td width="35%"><center>
<strong><font face="Trebuchet MS" size="2">SATIŞ</font></strong>
</center></td>
</tr>
<tr>
<td><font face="Trebuchet MS" size="2">USD dolar</font></td>
<td width="34%"><div align="right"><font face="Trebuchet MS" size="2">
<strong>
<?=$dolar_alis ?>
</strong> YTL</font>
</div></td>
<td width="35%"><div align="right"><font face="Trebuchet MS" size="2">
<strong>
<?=$dolar_satis ?>
</strong> YTL</font>
</div></td>
</tr>
<tr>
<td><font face="Trebuchet MS" size="2">EUR euro </font></td>
<td width="34%"><div align="right"><font face="Trebuchet MS" size="2">
<strong><?=$euro_alis ?></strong> YTL</font>
</div></td>
<td width="35%"><div align="right"><font face="Trebuchet MS" size="2">
<strong><?=$euro_satis ?></strong> YTL</font>
</div></td>
</tr>
</table>

</div>
 

selim61

0
İyinet Üyesi
Onaylı Üye
Katılım
10 Mayıs 2006
Mesajlar
5,299
Reaction score
11
Konum
<?=selim61?>
PHP:
<iframe name="doviz" width="160" height="43" marginwidth="1" marginheight="0" scrolling="no" border="0" frameborder="0" src="http://www.superonline.com/finanssky.html">
Tarayiciniz satir içi çerçeveleri desteklemiyor veya su anda satir içi çerçeveleri göstermek için yapilandirilmamis.</iframe>
bide html verelim :p
 

dombalak

0
İyinet Üyesi
Katılım
7 Kasım 2006
Mesajlar
2,225
Reaction score
1
Konum
ankara
selam arkadaşlar ..

aşağıdaki kod ile çok kolay bi şekilde döviz bilgilerini web sitenizde gösterebilirsiniz ..

umarım birilerinin işine yarar :)

iyi çalışmalar herkese .

PHP:
<?
$content = file_get_contents("http://www.tcmb.gov.tr/kurlar/today.xml");
$dolar_bul = explode('<Currency Kod="USD" CurrencyCode="USD">' ,$content);
$dolar_bul = explode('</ForexBuying>',$dolar_bul[1]);
$dolar_alis = explode('<ForexBuying>',$dolar_bul[0]);
$dolar_bul = explode('</ForexSelling>',$dolar_bul[1]);
$dolar_satis = explode('<ForexSelling>',$dolar_bul[0]);
$dolar_alis = $dolar_alis[1];
$dolar_satis = $dolar_satis[1];

$euro_bul = explode('<Currency Kod="EUR" CurrencyCode="EUR">' ,$content);
$euro_bul = explode('</ForexBuying>',$euro_bul[1]);
$euro_alis = explode('<ForexBuying>',$euro_bul[0]);
$euro_bul = explode('</ForexSelling>',$euro_bul[1]);
$euro_satis = explode('<ForexSelling>',$euro_bul[0]);
$euro_alis = $euro_alis[1];
$euro_satis = $euro_satis[1];
?>
<span class="kat" >T.C. Merkez Bankası Döviz Kuru </span>
<div class="content_bgrnd_4">
<table width="100%" border="0" cellspacing="2" cellpadding="2">
<tr>
<td width="31%"> </td>
<td width="34%"><center>
<strong><font face="Trebuchet MS" size="2">ALIŞ</font></strong>
</center></td>
<td width="35%"><center>
<strong><font face="Trebuchet MS" size="2">SATIŞ</font></strong>
</center></td>
</tr>
<tr>
<td><font face="Trebuchet MS" size="2">USD dolar</font></td>
<td width="34%"><div align="right"><font face="Trebuchet MS" size="2">
<strong>
<?=$dolar_alis ?>
</strong> YTL</font>
</div></td>
<td width="35%"><div align="right"><font face="Trebuchet MS" size="2">
<strong>
<?=$dolar_satis ?>
</strong> YTL</font>
</div></td>
</tr>
<tr>
<td><font face="Trebuchet MS" size="2">EUR euro </font></td>
<td width="34%"><div align="right"><font face="Trebuchet MS" size="2">
<strong><?=$euro_alis ?></strong> YTL</font>
</div></td>
<td width="35%"><div align="right"><font face="Trebuchet MS" size="2">
<strong><?=$euro_satis ?></strong> YTL</font>
</div></td>
</tr>
</table>

</div>

Warning: file_get_contents(http://www.tcmb.gov.tr/kurlar/today.xml) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in

hata nerde
 

oneself

0
İyinet Üyesi
Katılım
14 Kasım 2006
Mesajlar
294
Reaction score
0

$content = file_get_contents("http://www.tcmb.gov.tr/kurlar/today.xml");


bu şekilde mi kullandın script içerisinde ..
normalde çalışır fakat php sürümünde file_get_contents kütüphanesi yani funksiyonunda da bir sorun olabilir ..

ya da ikinci ihtimal o anda xml dosyasına erişemiyorsundur ..
 

dasKind

0
İyinet Üyesi
Katılım
25 Eylül 2006
Mesajlar
200
Reaction score
0
hocam teşekkürlerde

.C. Merkez Bankası Döviz Kuru
ALIŞ SATIŞ
USD dolar YTL YTL
EUR euro YTL YTL

Bu Şekilde ama rakam göremiom Ben :D
 

Türkiye’nin ilk webmaster forum sitesi iyinet.com'da forum üyeleri tarafından yapılan tüm paylaşımlardan; Türk Ceza Kanunu’nun 20. Maddesinin, 5651 Sayılı Kanununun 4. maddesinin 2. fıkrasına göre, paylaşım yapan üyeler sorumludur.

Backlink ve Tanıtım Yazısı için iletişime geçmek için Skype Adresimiz: .cid.1580508955483fe5

Üst