but i didn't hard code, i'm retrieve from database. this is one of them
<?php
$query2 = mysql_query("select distinct vorname from contacts");
while ($row = mysql_fetch_array($query2))
{ print "<option value=\"$row[Attention]\">$row[vorname]</option>"; }
?>
If hard code, it can put in db, but if retrieve....
thanks and regard,
vennly