Thanks for all the help. But (and yes I know its antique) I am still using vbulletin 2.36. fetch_template does not exist in 2.36. Any other suggestions?
This is what I have and it only displays
PHP Code:
$associategroups=$DB_site->query("SELECT * FROM associate ORDER BY id DESC");
while ($rows=$DB_site->fetch_array($associategroups)) {
$ass_groupurl=$rows['associateurl'];
$ass_group=$rows['associate'];
eval("\$associatenames = \"".gettemplate("associate_names")."\";");
$associatenames .= ", ";
$col++;
}
eval("\$associate = \"".gettemplate('associate')."\";");
item,
and then nothing after the comma.
Thanks,
Parker