This commit is contained in:
stubbfel
2013-07-01 18:54:59 +02:00
parent aa03fdcd1b
commit 7851ee7e3b
15 changed files with 177 additions and 97 deletions

View File

@@ -1,4 +1,9 @@
<?php
/**
* this script create from a csv the insertstatements
* @author stubbfel
* @since 01.07.2013
*/
if (($handle = fopen("campustest.csv", "r")) !== FALSE) {
$firstRow = true;
while (($data = fgetcsv($handle, 1000, ",")) !== FALSE) {