文章详情

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


相关阅读 更多 +
排行榜 更多 +
单挑幸存者安卓版

单挑幸存者安卓版

飞行射击 下载
决战战地指挥官

决战战地指挥官

飞行射击 下载
鸡仔幸存者最新版

鸡仔幸存者最新版

飞行射击 下载