I have the following code:
$tab=array(
"january"=>array(300,420,530,400),
"february"=>array(420,440,410,380),
"march"=>array(330,310,250)
);
How can I add another element to the $tab array called "april" with values 280 and 290?