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
'.$row['Emp_id'].''; } ?>
PS : On a sidenote, please stop using mysql_* functions. Take a look at this thread for the reasons.
mysql_*