hey guys it
Printable View
hey guys it
The number in the brackets is the index of the item and it's likely that the last index in the array is the number of items in the array. Of course, you could always run it through a foreach or for loop and build a count depending... I forget the function off-hand but it's something along the lines of count() -- that ought to be able to give you the number of indexes in the array.
As for your calling of the names: I don't see any problem or issue =/
hm
help ?
I don't see anything wrong with the coding.
Make sure your variables are spelled write..
Or if you're using "echo" or "print" make sure what youre typing is in brackets.
i
Most important is...what did you change? Double check all value's and procedures, often just a silly bug.
made it now with a foreach loop
i think the bug was around the "array3[0]"
with the now working foreach loop it had to be "array3[$i]"
I don