Urlyi kendine göre değiştir
<?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>';
?> 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