u use html... uhm...
something like
<?
echo "<select name=\"cboSelect\">\n";
for($i=0;$i<10;$i++)
echo "<option value=\"$i\">".$aText[$i]."</option>\n";
echo "</select>";
of course
for($i=0;$row=mysql_fetch_array($rs);$i++)
if u come from a db...
hoping to have understood yr prob, have a nice day...