<?php $fh = fopen("php://temp", "r+"); fputcsv($fh, ['Jan', 'He said "Hello"', "Line1\nLine2"], ';', '"', '"'); rewind($fh); echo stream_get_contents($fh);
You have javascript disabled. You will not be able to edit any code.