<small id='Qnfnn'></small><noframes id='Qnfnn'>

        <tfoot id='Qnfnn'></tfoot>
        • <bdo id='Qnfnn'></bdo><ul id='Qnfnn'></ul>
      1. <legend id='Qnfnn'><style id='Qnfnn'><dir id='Qnfnn'><q id='Qnfnn'></q></dir></style></legend>
        <i id='Qnfnn'><tr id='Qnfnn'><dt id='Qnfnn'><q id='Qnfnn'><span id='Qnfnn'><b id='Qnfnn'><form id='Qnfnn'><ins id='Qnfnn'></ins><ul id='Qnfnn'></ul><sub id='Qnfnn'></sub></form><legend id='Qnfnn'></legend><bdo id='Qnfnn'><pre id='Qnfnn'><center id='Qnfnn'></center></pre></bdo></b><th id='Qnfnn'></th></span></q></dt></tr></i><div id='Qnfnn'><tfoot id='Qnfnn'></tfoot><dl id='Qnfnn'><fieldset id='Qnfnn'></fieldset></dl></div>

        <选择>下拉默认值

        时间:2023-10-03

          • <small id='hytqt'></small><noframes id='hytqt'>

              <bdo id='hytqt'></bdo><ul id='hytqt'></ul>

              <i id='hytqt'><tr id='hytqt'><dt id='hytqt'><q id='hytqt'><span id='hytqt'><b id='hytqt'><form id='hytqt'><ins id='hytqt'></ins><ul id='hytqt'></ul><sub id='hytqt'></sub></form><legend id='hytqt'></legend><bdo id='hytqt'><pre id='hytqt'><center id='hytqt'></center></pre></bdo></b><th id='hytqt'></th></span></q></dt></tr></i><div id='hytqt'><tfoot id='hytqt'></tfoot><dl id='hytqt'><fieldset id='hytqt'></fieldset></dl></div>
                  <tbody id='hytqt'></tbody>
                1. <tfoot id='hytqt'></tfoot>
                  <legend id='hytqt'><style id='hytqt'><dir id='hytqt'><q id='hytqt'></q></dir></style></legend>
                  本文介绍了<选择>下拉默认值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我有这个代码:

                  if(isset($_POST['search']))
                  {
                      $res1=mysql_query("SELECT * FROM aircraft where acode = '$_POST[ac]'") or die(mysql_error());
                      while($row=mysql_fetch_array($res1))
                      {
                          $airc=$row['acode'];
                          $amode=$row['amodel'];
                          $stat=$row['status'];
                          $rem=$row['remarks'];
                  
                      echo "<center><table><form name="frmMain" method="post"> 
                          <tr><td><font face=consolas><b>Aircraft Code:</b></font></td><td><input type=text name=arc value='$airc' readonly=readonly></td></tr>
                          <tr><td><font face=consolas><b>Aircraft Model:*</b></font></td><td><input type=text name=am value='$amode'></td></tr>
                          <tr><td><font face=consolas><b>Status:*</b></font></td><td><input type=text name=st value='$stat'></td></tr>
                          <tr><td><font face=consolas><b>Remarks:*</b></font></td><td><input type=text name=rm value='$rem'></td></tr></table>";
                      }
                  }
                  

                  在提交搜索"按钮时,此代码显示飞机表中的数据.允许用户使用 (*) 符号更新数据.

                  On submit 'search' button, this code displays the data from aircraft table. The user is allowed to update the data with the (*) sign.

                  由于状态默认如下(可用,不可用),我改了这个

                  Since the Status are the following by default (Available, Not Available), I changed this

                   <tr><td><font face=consolas><b>Status:*</b></font></td><td><input type=text name=st value='$stat'></td></tr>
                  

                  至此,

                  <tr><td><font face=consolas><b>Status:*</b></font></td><td><select name=st>
                      <option value=Available>Available</option>
                      <option value='Not Available'>Not Available</option>
                  </select></td></tr>
                  

                  但我希望下拉菜单的默认值取决于$stat=$row['status']; 因为这是一个更新表单.

                  But I want the dropdown to have it's default value depending on $stat=$row['status']; since this is an update form.

                  如果正在检索的数据的状态为可用",则下拉列表的默认值应为可用".

                  If the data being retrieved has it's status 'Available', then the dropdown should have it's default value as 'Available'.

                  我怎样才能做到这一点?我试过 <select name=status value='$stat'> 但它不起作用.任何帮助将不胜感激.谢谢!

                  How can I achieve that? I tried <select name=status value='$stat'> but it doesn't work. Any help will be appreciated. Thanks!

                  推荐答案

                  只需将 selected="selected" 放在选项上,具体取决于您的 $row['status'],

                  Just put selected="selected" on the option depending on your $row['status'],

                  <option selected="selected" value="available">Available</option>
                  

                  这篇关于<选择>下拉默认值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:如何在从 MySQL 数据库填充的 PHP 中创建动态下拉 下一篇:PHP 获取下拉列表选择选项值

                  相关文章

                  最新文章

                      <tfoot id='tPSGo'></tfoot>
                        <bdo id='tPSGo'></bdo><ul id='tPSGo'></ul>

                    1. <legend id='tPSGo'><style id='tPSGo'><dir id='tPSGo'><q id='tPSGo'></q></dir></style></legend>
                    2. <small id='tPSGo'></small><noframes id='tPSGo'>

                    3. <i id='tPSGo'><tr id='tPSGo'><dt id='tPSGo'><q id='tPSGo'><span id='tPSGo'><b id='tPSGo'><form id='tPSGo'><ins id='tPSGo'></ins><ul id='tPSGo'></ul><sub id='tPSGo'></sub></form><legend id='tPSGo'></legend><bdo id='tPSGo'><pre id='tPSGo'><center id='tPSGo'></center></pre></bdo></b><th id='tPSGo'></th></span></q></dt></tr></i><div id='tPSGo'><tfoot id='tPSGo'></tfoot><dl id='tPSGo'><fieldset id='tPSGo'></fieldset></dl></div>