Xml veri çekme site değişimi

Rate This Thread:
Results 1 to 4 of 4

Thread: Xml veri çekme site değişimi

  1. Go to Thank YouDownload #1
    Go to Thank You
    Üye kudret443's Avatar

    Info

    Go to Top of Post

    Mesaj Xml veri çekme site değişimi

    PHP Code:
    1. <?php
    2. $xml simplexml_load_file('https://www.karabukrehber.com/XML.txt');$now getdate();$str = (string) $xml->prayertimes[$now['yday'] + 1];$str str_replace(array("\t"), " "$str);$str explode(' '$str);
    3. $array = array();
    4. foreach (array('İmsak''Sabah''Güneş''İşrak''Kerahet''Öğle''İkindi''Asr-ı Sânî''İsfirâr-ı şems''Akşam''İştibâkü\'n-nücûm''Yatsı''İşâ-i Sânî''Kıble') as $index => $key) {    $array[$key] = $str[$index];}/*
    5. $data = json_encode(array(    'TARİH' => date('Y-m-d'),    'state' => (string) $xml->attributes()->cityStateTR,    'city' => (string) $xml->attributes()->cityNameTR,    'keys' => array(
    6.     ),
    7. ));*/echo "<center><h2>İmsak: $str[0]</h2></center>";
    8. echo "<center><h2>Güneş: $str[2]</h2></center>";
    9. echo "<center><h2>Öğle: $str[5]</h2></center>";
    10. echo "<center><h2>İkindi: $str[6]</h2></center>";
    11. echo "<center><h2>Akşam: $str[9]</h2></center>";
    12. echo "<center><h2>Yatsı: $str[11]</h2></center>";
    13. exit($data); ?>
    BU KOD İLE http://namazvakti.com/XML.php?cityID=62353 BU SİTEDEKİ VERİYİ ÇEKİYOR AMA BU VERİLERİ KENDİ SİTEMDEN ÇEKMEK İSTİYORUM. NASIL Bİ YOL İZLEMEM GEREKLİ . DİREK İNDİRDİM SİTEYE YÜKLEDİM AMA ÇEKMEDİ YARDIMLARINIZI BEKLİYORUM..

    @yilmaz
    Last edited by kudret443; 31.12.22 at 03:21.




  2. The Following 3 Users Say Thank You to kudret443 For This Useful Post:

  3. Go to Thank YouDownload #2
    Go to Thank You
    Yönetici yilmaz's Avatar

    Info

    Go to Top of Post

    Kod eklerken kopoyala kodu kullanmayın php kodu kullanınki kodlar bozulmasın.
    Selam ve Saygılarla İyi Forumlar...



  4. The Following User Says Thank You to yilmaz For This Useful Post:

  5. Go to Thank YouDownload #3
    Go to Thank You
    Üye kudret443's Avatar

    Info

    Go to Top of Post

    düzeltildi


  6. The Following User Says Thank You to kudret443 For This Useful Post:

  7. Go to Thank YouDownload #4
    Go to Thank You
    Yönetici yilmaz's Avatar

    Info

    Go to Top of Post

    PHP Code:
    1. <?php
    2. $dosya_ismi "XML.txt";
    3. $txtdosyafile_get_contents("http://namazvakti.com/XML.php?cityID=62353");
    4. $tamyol dirname(__FILE__);
    5. $kayityeri $tamyol."/".$dosya_ismi;
    6. $kayit fopen("$kayityeri""w"); 
    7. fwrite($kayit,"$txtdosya");
    8. ?>
    Bu kodu çalıştırırsan XML.txt adıda bir dosya oluşturur kendi serverine kaydeder.
    Selam ve Saygılarla İyi Forumlar...



  8. The Following User Says Thank You to yilmaz For This Useful Post:

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •