(!$fp) { //check that file opened ok echo "<p>ERROR! Could not open file $fileName for reading.</p>"; } else { $line = fgets($fp); // read a line while( !feof($ ...
確定! 回上一頁