How do i get passed an empty key in a php array

ikke1989

New Member
how to i get to the arrays content if it doesnt have a key like this\[code\]$products[0] \[/code\]this will get me partially there but how to i get past []\[code\]( [0] => Array ( [] => Array ( [0] => Array ( [product_name] => stuff i need to get to ) \[/code\]
 
Top