burakonline95 adlı üyeden alıntı:
mesajı görüntüle
TXT den veri çekme?
13
●503
- 26-03-2019, 12:40:57Urlyi kendine göre değiştirElsauhal adlı üyeden alıntı: mesajı görüntüle
<?php $txtcek = file_get_contents('http://www.site.com/aaaa.txt'); echo '<marquee>'.$txtcek.'</marquee>'; ?>Her satır sonu aşağı insin istersen
<?php $txtcek = file_get_contents('http://www.site.com/aaaa.txt'); echo '<marquee>'.nl2br($txtcek).'</marquee>'; ?> - 26-03-2019, 13:06:53Üyeliği durdurulduDjstation adlı üyeden alıntı: mesajı görüntüle
Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in
Warning: file_get_contents(https://www.xxx.com/duyuru.txt): failed to open stream: Invalid argument in index.php on line 92
- 26-03-2019, 13:10:35hocam https yerine http yazmayi deneyin sanirim o yuzden cekemiyor. protokol sebebiyle erisemiyor
- 26-03-2019, 13:10:50Php yapilandirmanda sorun var kod da sorun yok host firmana soyle hata aldigin kodu yaz onlar aktif.edecektir ozelligiElsauhal adlı üyeden alıntı: mesajı görüntüle