Mysql
 sql >> Teknologi Basis Data >  >> RDS >> Mysql

Tampilkan nilai bidang tabel Mysql di kotak Pilih

<?php
$con = mysql_connect("localhost","root","root");
 $db = mysql_select_db("Time_sheet",$con);
 $get=mysql_query("SELECT Emp_id FROM Employee ORDER BY Emp_id ASC");
$option = '';
 while($row = mysql_fetch_assoc($get))
{
  $option .= '<option value = "'.$row['Emp_id'].'">'.$row['Emp_id'].'</option>';
}
?>
<html>
<body>
<form>
 <select> 
<?php echo $option; ?>
</select>
</form>
</body>
</html>

PS :Sebagai catatan tambahan, harap berhenti menggunakan mysql_* fungsi. Lihat ini utas karena alasannya.



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Terapkan pemberitahuan acara MySQL kembali ke aplikasi Delphi

  2. Dapatkan tahun ini dan formulir berikutnya mysql

  3. Apakah ada satu kueri yang dapat memperbarui nomor urut di beberapa grup?

  4. MySQL:Gabungkan kueri di beberapa basis data yang terletak di server yang berbeda

  5. Sintaks SQL DROP TABLE – Didaftarkan oleh DBMS