i made this array, and i want to have the value of it when i give the name
i THINK it's something like
echo $kleuren["TV1"];
but that doesn't work for me 🙁
$kleuren = array (
'TV1' => 'f0f0f0',
'Canvas' => 'f55555',
'Ketnet' => '#00ffff'
'VTM' => '#00ffff'
'Kanaal2' => '#00ffff'
'VT4' => '#00ffff'
'JimTV' => '#00ffff'
'TMF' => '#00ffff'
'Vitaya' => '#00ffff'
'LibertyTV' => '#00ffff'
'Discovery Channel' => '#00ffff'
'Canal+' => '#00ffff'
'Eurosport' => '#00ffff'
'zones.tv' => '#00ffff'
'Animal Planet' => '#00ffff'
);
echo $kleuren["TV1"];