TOP > 協会役員

協会役員

資料\n"; $row = 1; if (($handle = fopen("./data/shinpan.csv", "r")) !== FALSE) { while (($data = fgetcsv($handle, 1000, ",")) !== FALSE) { $num = count($data); echo ""; for ($c=0; $c < $num; $c++) { echo "".$data[$c] . ""; } echo ""; $row++; } fclose($handle); } echo ""; ?>

PAGETOP↑