$fname="../../frissites/kulonoskozzetet.txt";
IF (stripos($fname,".txt") !== false)
{
if (FILE_EXISTS($fname))
{
$fdate=date("Y-m-d H:i:s", filemtime($fname));
$f = fopen($fname,"r");
?>
while (!feof($f)) {
$row = fgets($f, 512);
if (strlen($row)>=1){
if (stripos($row, ";") == false) { print("".$row."");} else if (strlen($row)>=1){ $link=explode(';',$row); if (strlen($link[1])==0) {print("".$link[0]."");} else {print("".$link[0]."");} } } else print(""); } fclose($f); //print(" Frissítve ".$fdate." |