On 12/1/05, Erfan Shirazi <[EMAIL PROTECTED]> 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 it appending it to the string -ahmed

