Skip to content

Instantly share code, notes, and snippets.

View pewpeweve's full-sized avatar

Hafiz Yusof pewpeweve

View GitHub Profile
@pewpeweve
pewpeweve / csv-to-json.php
Created November 21, 2017 07:26 — 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