I'm stuck on a basic task -- creating and storing an array.
I post a form and create an array
$options = array("country" => $cntry, "Zone" => $zone);
Then store it into my db but when I retreive it with print_r it prints the word Array.
What am I missing?