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