yes,
i suppose you fetch all the data to show in multiple to $array and the selected is in $selected
while($array=mysql_fetch_array($result)){
?>
<option value=<?=$array[cod]?> <?=$array[cod]==$selected?"SELECTED":""?>><?=$array[title]?></option>
<?}?>