hi im trying to make a option selection from a db values that is registerd...
the thing is that i wanna list values in a select option that picks up tha values that are registerd
here is the code i wanna list!
<select NAME="childetopicname" SIZE="1" value="<?php echo $childetopicresult['childetopicname'] ?>"></select>
here is the php code i thing i can use to list select all the values
$childetopic_query = mysql_query("SELECT * FROM childetopics WHERE maintopicID='$maintopicID' ORDER BY childetopicorderstamp") or die (mysql_error());
while ($childetopicresult = mysql_fetch_array($childetopic_query))
ihop some one can help med with this!