| 选择栏目: |
GetOne("Select ID,typename From #@__arctype where ID='$cid' ");
$dsql->Close();
}
$opall=1;
if(is_array($seltypeids)){
echo GetTypeidSel('form1','typeid','selbt1',0,$seltypeids['ID'],$seltypeids['typename']);
}else{
echo GetTypeidSel('form1','typeid','selbt1',0,0,'请选择...');
$cid = 0;
}
?> |