error_reporting(E_ALL); function tcmb($bakilacak,$site) { $fp=@fopen($site,"r"); if($fp) { while(!feof($fp)) { $satir=fgets($fp,512); $code=substr($satir,0,3); if($code==$bakilacak) { $sonuc=split("[[:space:]]+",$satir); $doviz[1]=substr($sonuc[4],0,9); $doviz[2]=substr($sonuc[5],0,9); $doviz[3]=substr($sonuc[3],0,9); $doviz[4]=substr($sonuc[4],0,9); return $doviz; } }//end while }//end fp }//end function $usd_doviz=tcmb('USD','http://www.tcmb.gov.tr/kurlar/today.html'); $eur_doviz=tcmb('EUR','http://www.tcmb.gov.tr/kurlar/today.html'); ?>