Hallo!
Hat Jemand eine Idee wie ich Folgendes:
In folgendes Strukturiertes als HTML ausgeben kann?
Vielen Lieben Dank!
Hat Jemand eine Idee wie ich Folgendes:
PHP-Code:
Array
(
[A] => Array
(
[0] => a
[1] => B
)
[B ] => Array
(
[0] => a
[1] => b
[2] => C
)
[C] => Array
(
[0] => a
[1] => b
)
[D] => Array
(
[0] => a
[1] => b
)
)
PHP-Code:
A
|-a
|-B
|-a
|-b
|-C
|-a
|-b
D
|-a
|-b
Kommentar