Beste mensen,
Kan iemand mij misschien een tip geven over hoe ik de informatie uit deze array kan halen? Het moet een list menu worden.
Zo iets:
* test
* test1
* test2
enz..
code(PHP)
array(10) {
["test"]=>
array(4) {
["#id"]=>
string(4) "1273"
["#name"]=>
string(4) "test"
["#alias"]=>
string(4) "test"
["#path"]=>
string(8) "America/"
}
["test1"]=>
array(4) {
["#id"]=>
string(4) "1274"
["#name"]=>
string(5) "test1"
["#alias"]=>
string(5) "test1"
["#path"]=>
string(8) "America/"
}
["test2"]=>
array(4) {
["#id"]=>
string(4) "1275"
["#name"]=>
string(5) "test2"
["#alias"]=>
string(5) "test2"
["#path"]=>
string(8) "America/"
}
["test3"]=>
array(4) {
["#id"]=>
string(4) "1276"
["#name"]=>
string(5) "test3"
["#alias"]=>
string(5) "test3"
["#path"]=>
string(8) "America/"
}
["test4"]=>
array(4) {
["#id"]=>
string(4) "1277"
["#name"]=>
string(5) "test4"
["#alias"]=>
string(5) "test4"
["#path"]=>
string(8) "America/"
}
["test5"]=>
array(4) {
["#id"]=>
string(4) "1278"
["#name"]=>
string(5) "test5"
["#alias"]=>
string(5) "test5"
["#path"]=>
string(8) "America/"
}
["test6"]=>
array(4) {
["#id"]=>
string(4) "1279"
["#name"]=>
string(5) "test6"
["#alias"]=>
string(5) "test6"
["#path"]=>
string(8) "America/"
}
["test7"]=>
array(4) {
["#id"]=>
string(4) "1280"
["#name"]=>
string(5) "test7"
["#alias"]=>
string(5) "test7"
["#path"]=>
string(8) "America/"
}
["test8"]=>
array(4) {
["#id"]=>
string(4) "1281"
["#name"]=>
string(5) "test8"
["#alias"]=>
string(5) "test8"
["#path"]=>
string(8) "America/"
}
["test9"]=>
array(4) {
["#id"]=>
string(4) "1282"
["#name"]=>
string(5) "test9"
["#alias"]=>
string(5) "test9"
["#path"]=>
string(8) "America/"
}
}
435 views