afinando detalles 98%

This commit is contained in:
2019-04-04 17:47:52 -06:00
parent a114b04fe7
commit 4f7d2ebd8f
8 changed files with 210 additions and 164 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ if(isset($_POST["enviar"])){
if (file_exists('../doc/csv/'.$archivo_guardado)){
$csv = array();
$fp = fopen('../doc/csv/'.$archivo_guardado,"r");
while($datos = fgetcsv($fp, 0,",")){
while($datos = fgetcsv($fp, 10000,",")){
$datos = array_map("utf8_encode", $datos);
$csv[] = $datos;
}