soft_edition_up.asp里
蘆淞ssl適用于網(wǎng)站、小程序/APP、API接口等需要進(jìn)行數(shù)據(jù)傳輸應(yīng)用場(chǎng)景,ssl證書未來(lái)市場(chǎng)廣闊!成為成都創(chuàng)新互聯(lián)公司的ssl證書銷售渠道,可以享受市場(chǎng)價(jià)格4-6折優(yōu)惠!如果有意向歡迎電話聯(lián)系或者加微信:18982081108(備注:SSL證書合作)期待與您的合作!
%
softname=request.form("soft_name")
select
case
softname
case
"名稱1"
id=
1
case
"名稱2"
id=
2
case
"名稱3"
id=
3
end
select
下面省略了添加到數(shù)據(jù)庫(kù)代碼,添加到數(shù)據(jù)庫(kù)時(shí)softname
及 id更新到另個(gè)表里即可,不知道是不是你想得到的結(jié)果
%
select
name="class_1"
id="class_1"
?php
$sql=mysql_query("select
class_1
from
class1");
while($rs=mysql_fetch_array($sql)){
?
option
value="?php
echo
$rs["class_1"]?"?php
echo
$rs["class_1"]?/option
?php
}?
/select
select
name="class_2"
id="class_2"
?php
$sql=mysql_query("select
class_2
from
class2");
while($rs=mysql_fetch_array($sql)){
?
option
value="?php
echo
$rs["class_2"]?"?php
echo
$rs["class_2"]?/option
?php
}?
/select
select
name="class_3"
id="class_3"
?php
$sql=mysql_query("select
class_3
from
class3");
while($rs=mysql_fetch_array($sql)){
?
option
value="?php
echo
$rs["class_3"]?"?php
echo
$rs["class_3"]?/option
?php
}?
/select
這樣就行了,前面鏈接選擇數(shù)據(jù)庫(kù)的就自己寫了,我就不寫了
比如你有一個(gè)城市表 city,有字段id和city_name, 代碼如下:
?php
$sql = 'select * from city';
$res = mysql_query($sql);
$cities = array();
while ($row = mysql_fetch_assoc($res) )
{
$cities[$row['id']] = $row['name'];
}
?
select name="PubForm[city]" class="sgselect scate" id="city"
option selected="selected" value=""-- 請(qǐng)選擇城市 --/option
?php foreach ( $cities as $id=$city ) { ?
option value="?php echo $id; ?"?php echo $city; ?/option
/select
原理就是從mysql查詢出所有城市的數(shù)據(jù)并弄成一個(gè)數(shù)組$cities ,然后循環(huán)$cities,按照下拉表單的格式輸出option選項(xiàng)就好了
網(wǎng)頁(yè)名稱:php數(shù)據(jù)庫(kù)菜單 php數(shù)據(jù)庫(kù)設(shè)計(jì)
網(wǎng)頁(yè)網(wǎng)址:http://jinyejixie.com/article8/dophcip.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供定制開發(fā)、營(yíng)銷型網(wǎng)站建設(shè)、網(wǎng)站策劃、網(wǎng)站導(dǎo)航、服務(wù)器托管、網(wǎng)頁(yè)設(shè)計(jì)公司
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)