$lines = file("C:\\Documents and Settings\\myfile.txt"); foreach($lines as $line) { echo($line); } ... read from CSV data (file) into an array with named keys
確定! 回上一頁