& lt?PHP foreach($ rslist as $ item){?& gt
& lt選項& gt& lt?php echo $ item?& gt& lt/option & gt;
& lt?php }?& gt
& lt/select & gt;
或者
& lt選擇& gt
& lt?PHP foreach($ rslist as $ item){?& gt
& lt選項& gt& lt?PHP foreach($ item as $ item 2)echo $ item 2;?& gt& lt/option & gt;
& lt?php }?& gt
& lt/select & gt;