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
fetch_assoc()) { echo ' '.$row['name'].' '; } ?>