On 12/1/05, Erfan Shirazi <eshirazi@xxxxxxxxxx> wrote: > foreach($_POST as $key => $tempvalue)> {> $cVariable .= $key."=".$tempvalue."&";> } > Is there anyway I can get the values chosen instead of just "Array"? check for that first using is_array() and then loop through itappending it to the string -ahmed