that helps a lot. really. but....
the "passed variable" means variable passed from a form to a page where i needed is as an array....
so from:
$passed_from_previous_page_with_a_form = "("moo","foo","etc")";
to:
$an_array_in_this_page = array ("moo","foo","etc");
maybe this explanation will help...
thank you