I want to populate the above tag with values from database.
I have written php code up to t
echo ""; while( $option = mysql_fetch_array($result)) { echo "".htmlspecialchars($option['column']).""; } echo "";