I am reading the php manual online and don't understand the way arrays work.
It says arrays take a key, value pair which is fine I guess, but how do I
get an old fashion c style array? Are the keys like the indices?
say I want an array that contains the numbers 0 through 10, what do I make
the keys or does it even matter?
Thanx,
Chris
It says arrays take a key, value pair which is fine I guess, but how do I
get an old fashion c style array? Are the keys like the indices?
say I want an array that contains the numbers 0 through 10, what do I make
the keys or does it even matter?
Thanx,
Chris
Comment