jo. (Mehr fällt mir dazu jetzt nicht ein )
MfG
MfG
// auslesen der csv-datei
$dateihandle2 = fopen("../".$dateiname.".csv",r);
$csv2 = fread($dateihandle2,1024000);
// add the binary data stored in the string 'filedata'
$filedata = $csv2;
$zipfile -> add_file($filedata, $csv2);
// auslesen der csv-datei
$dateihandle2 = fopen("../".$dateiname.".csv",r);
$csv2 = fread($dateihandle2,1024000);
// add the binary data stored in the string 'filedata'
$filedata = $csv2;
$zipfile -> add_file($filedata, $dateiname.".csv");
Kommentar