Why does html ‘#XXXXXX’ color code put in PHP array is ignored in for loop calling all exploded-at-commas-created array’s values? (AshTag problem?)
I’m trying to allow users of my Browser-Based Hex Keyboard to change Hex Keys’s colors to something else than the 6 basic (Red,Purple,Blue,Green,Yellow,Orange) Key colors. Each div holding 7 total tags, the first 3 being the Red,Green & Blue covers, on z-index -6, -5 and -4 respectively, which are supposed to get passed the value entered right of any array values’s starting ashtag for opacity style property (in which case the 4th element in the div, the HexKeyImage (colored one of the 6 RPBGYO basic colors) has “style=’display:none'” appended to the end of its tag’s attributes… anyways, here’s the PHP code where variables used in the Hex-Key-Displaying loop…
Multiply array value
I have an array with this structure:
Array
(
[0] => 1.14
[1] => 1.41
[2] => 2.45
[3] => 2.14
[4] => 1.11
[5] => 1.45
)