


A program to publish dynamic news in real time using text files_PHP tutorial
Jul 21, 2016 pm 04:03 PM
A program for dynamically publishing news in real time, which can automatically arrange the display sequence according to the release time. News files are text files stored in the specified directory. When there is news, the program will automatically display it and arrange it at the beginning of the page.
News
n"; print " ".date("d.m.Y - H:i:s",$newsfile[$key])." n"; for($i=0; $ i<$n; $i=$i+1){ $s=chop($fa[$i]); $s=htmlspecialchars($s); $s=createur1( $s); print $s." n"; } print " |