Sun Jul 03 2022 11:14:00 GMT+0000 (Coordinated Universal Time)
Saved by @patdevwork
$csvFile = file('../somefile.csv'); $data = []; foreach ($csvFile as $line) { $data[] = str_getcsv($line); }
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments