文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
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);
}


相关阅读 更多 +
排行榜 更多 +
阿克里危机手机版下载

阿克里危机手机版下载

飞行射击 下载
贪婪洞窟重生手游下载

贪婪洞窟重生手游下载

角色扮演 下载
贡贡托儿所手机版下载

贡贡托儿所手机版下载

休闲益智 下载