Skip to content

Instantly share code, notes, and snippets.

View ur92's full-sized avatar

Evgeni Dikerman ur92

  • Epsilon Delta Computers
View GitHub Profile
@ur92
ur92 / csv-to-json.php
Last active October 4, 2021 15:42 — forked from robflaherty/csv-to-json.php
Convert CSV to JSON
<?php
/*
* Converts CSV to JSON
* Example uses Google Spreadsheet CSV feed
* csvToArray function I think I found on php.net
*/
header('Content-type: application/json');
// Set your CSV feed