Guest_imported
New member
- Jan 1, 1970
- 0
If i had an array
array = (red,yellow,blue)
With the array values separated by commas
How would I access say the value blue , Say to do a Conditional
Ex.
if ($array[2]==blue)
echo color is blue
I used this, But It gives me script out of range
array = (red,yellow,blue)
With the array values separated by commas
How would I access say the value blue , Say to do a Conditional
Ex.
if ($array[2]==blue)
echo color is blue
I used this, But It gives me script out of range