finish #66
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user