https://stackoverflow.com/questions/...-file-with-php

<?php $fh = fopen('filename.txt','r');while ($line = fgets($fh)) {  // Okunan satır  // echo($line);}fclose($fh);?>
Burada ki $line değişkenini bir string'e atarak aşağıdaki JS kodu ile kayma efekti verebilirsiniz.
https://www.jqueryscript.net/demo/Te...Query-Marquee/