Merhaba arkadaslar ufak bir kod yardimi gerek...
Suncuda bir kac fonksiyon kapali
simplexml_load_file ---Yerine =
file_get_contents --- Yerine = get_data kulanildi.
allow_url_fopen ---Yerine =
get_cfg_var --- Yerine =
kapalidir.
$response=file_get_contents("https://www.google.com/veri.php");
YERINE
$response=get_data("https://www.google.com/veri.php");
yukardaki get_data kullandim file_ger_contents yerine
$doviz = simplexml_load_file('https://www.tcmb.gov.tr/kurlar/today.xml');
burda simplexml_load_file yerine hangi kodu kullanmaliyim.
Ufak Kod yardimi
0
●94