Hello i have array as
Array
(
[1] => Fedora
[6] => Array
(
[0] => Android
[1] => Selenium
)
[200] => Array
(
[0] => hi there
[1] => New
)
)
how to print this in php using for loop because using normal forloop it says no index for array[0].
i have chnaged array keys.