<?php $new_line = implode(",", array("參數3", "參數4", "參數5", "參數6", "參數7", "參數8")); file_put_contents("list.txt", $new_line . "\n", FILE_APPEND); ?>