this is what mine looks like:
PHP Code:
echo "</select>\n</p></td>\n</tr>\n";
}
// ###################### Start makeforumchoosercode #######################
function makeforumchoosercode ($title,$name,$selvalue=-1,$extra="") {
// returns a combo box containing a list of titles in the forum table, except for "My BB" (-1).
// allows specification of selected value in $selvalue
global $DB_site;
as you can see, it's basicly the same