PHP Help...
PHP Help...
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- plash0
not sure what the question is. but remember that the first position in all arrays has integer value of zero.
the layout is.
array1(position1 = Zero, position2 = One, position3 = Two); and so on.so in your above example (array1) the value for position 1 is color2
http://us3.php.net/manual/en/boo… also php.net has the best documentation...