sql >> データベース >  >> RDS >> Mysql

ドロップダウンリストのページ読み込み時にすでに選択されているオプションと変更可能

    <div class="search_bar1_txt">State:</div>
     <div class="search_bar1">
      <select class="styled" name="state_trainer">
       <option <?if($value['city']=='-select-') echo "selected";?>>-select-</option>
       <option <?if($value['city']=='washington') echo "selected";?>>washington</option>
       <option <?if($value['city']=='perth') echo "selected";?>>perth</option>
       <option <?if($value['city']=='delhi') echo "selected";?>>delhi</option>
       <option <?if($value['city']=='london') echo "selected";?>>london</option>
      </select>
     </div>
    </div>
    


    1. 現在の日付と時刻に最も近い結果を表示する(MySQLとPHP)

    2. SQL Server(T-SQL)の日付から週番号を抽出する

    3. PHPPDOMysql挿入パフォーマンス

    4. OracleSQLを使用して特定の範囲の誕生日を持つ従業員を選択する