文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>create a "select element"

create a "select element"

时间:2006-05-31  来源:liyongquan

/* written by LiYongQuan */
/* fetch data from a table, this table must contain two columns, one is department's ID, and another is department's name */
");
while($row=mysql_fetch_array($result))
    {if($specify==$row["DID"])
        $sel="selected";
     else $sel="";
     $DID=$row["DID"];
     $DName=$row["DName"];
     echo("$DName");
    }
if($all=="T")
    {if($specify=="%")
        $sel="selected";
      else
        $sel="";
      echo("所有部门");
    }
echo("");
mysql_close($con);
unset($result);
}


相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载