if this:
$res_pform->getSubmitValue("investigator5");
returns an array, how do I get to the individual values in that array without first setting it to a variable like:
$myvar = $res_pform->getSubmitValue("investigator5");
echo $myvar['field'];
thanks charles
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php