$arr = array(1 => "rambow", 2 => "rambow", 3 => "popcorn", 4 => "rambow");
how do i make it in simpler format so i dont have to keep typing "rambow" for every number that => "rambow"
? cause theres a lot of "rambow" for a whole bunch of numbers. isnt there any easier way to do this?