I have this array:
Array (
[0] => 17-GUIDO HUMBERTO -3
[1] =>
Array (
[0] => 2-José-3
)
[2] =>
Array (
[0] =>
Array (
[0] => 18-juan andres-3
)
)
)
I'm trying to put that array in a list with ul li like this:
-
17-GUIDO HUMBERTO -3
-
2-José-3
- 18-juan andres-3
-
2-José-3
I dont know how to do it, I do not know if the array is correct, please i need help. Thanks!