Hi guys,
i have seen on the web where people have arrays, and when they loop through the array, they somtimes use e.g $images[$i+$j][‘Filename’].'"…
can somebody tell me when you have this type of notation $array[$a+$b]…
what it means? Because i know what $somearray[$i] means it is referring to the current index value.
Thank