I have this in a function
$result1 = $db->sql_query("select id, team, pts from ".$prefix."_huntteam ORDER BY team");
echo "<form method=\"post\" action=\"admin.php\">" ;
echo "<center><b>"._HUNTNAME.": </b><SELECT NAME=\"chng_user\">";
I can not figure out how to get chng_user from other functions. I can only get chng_user on the next function but not the others.
Thanks for the help