assuming he wasn't just needing to implode the array
PHP Code:
while ($rows=$DB_site->fetch_array($associategroups)) {
$ass_groupurl=$rows->associateurl;
$ass_group=$rows->associate;
eval('$associatenames .= "' . fetch_template('associate_names') . '";');
$associatenames .= ", ";
$col++;
}
eval('$associate .= "' . fetch_template('associate') . '";');
he'll need to do the comma