$record = array("tims", "Tim", "Schürmann"); $file = fopen("test.csv", "w"); fputcsv($file, $record, ",");