I want to display the Mysql table Filed values in selectbox. I tried the following code to display. But it normally display the specified field values in echo function and not i
You can easily do it like this
$con = mysql_connect("localhost","root","root"); $db = mysql_select_db("Time_sheet",$con); $get=mysql_query("SELECT Emp_id FROM Employee"); Please Select