
19/03/2015, 05:33
|
|
Respuesta: php cuando termine otro Este es el 2º codigo q me pasa el txt del primero a json y me lo descarga en el pc
<?php
require_once('json2csv.class.php');
$JSON2CSV = new JSON2CSVutil;
$JSON2CSV->JSONfromFile("./product_json.txt");
$JSON2CSV->flattenDL("JSON2.CSV"); //Sale aquí
?> |