<?php $fh = fopen('php://memory', 'rw'); fputs($fh, 'Some,Test,"is"thisvalid,or,not'); rewind($fh); print_r(fgetcsv($fh));
You have javascript disabled. You will not be able to edit any code.