Add system to retrieve and manage donations in a local database

This commit is contained in:
Alex Cabal 2022-06-20 14:05:27 -05:00
parent 79c531aacb
commit 70a80d0e02
46 changed files with 782 additions and 910 deletions

7
import.php Normal file
View file

@ -0,0 +1,7 @@
<?
require_once('/standardebooks.org/web/lib/Core.php');
//file_get_contents('/home/alex/donations.csv');
$csv = array_map( 'str_getcsv', file( '/home/alex/donations.csv') );
vdd($csv);