Hallo,
Ein zweidimensionales Array aus den CSV-Daten generiert. Also:
echo json_decode($array_csv);
Antwort:
Warning: json_decode() expects parameter 1 to be string, array given in /customers/b/b/7/shanty-fsd.de/httpd.www/termine_test.php on line 100
na klar: Du willst eine PHP-Struktur in JSON wandeln, also json_encode(). json_decode() ist das Gegenstück; es wandelt einen JSON-String wieder zurück in eine PHP-Struktur.
Was verstehst du unter Struktur?
Naja, eben das, was man in PHP auch gern Array, verschachteltes Array oder strukturiertes Array nennt.
Ciao,
Martin
--
Nothing travels faster than the speed of light with the possible exception of bad news, which obeys its own special laws.
- Douglas Adams, The Hitchhiker's Guide To The Galaxy
Nothing travels faster than the speed of light with the possible exception of bad news, which obeys its own special laws.
- Douglas Adams, The Hitchhiker's Guide To The Galaxy